5 messages in com.googlegroups.pylons-discussRe: Problems installing Pylons| From | Sent On | Attachments |
|---|---|---|
| pho...@phong.org | 10 Jun 2006 12:08 | |
| ToddG | 10 Jun 2006 13:17 | |
| Philip Jenvey | 10 Jun 2006 19:35 | |
| Thomas Schumm | 10 Jun 2006 20:18 | |
| Thomas Schumm | 11 Jun 2006 08:14 |
| Subject: | Re: Problems installing Pylons![]() |
|---|---|
| From: | Philip Jenvey (pjen...@groovie.org) |
| Date: | 06/10/2006 07:35:50 PM |
| List: | com.googlegroups.pylons-discuss |
On Jun 10, 2006, at 12:08 PM, pho...@phong.org wrote:
I always seem to find easy_install to be anything but easy... I'm trying to get Pylons installed so I can start playing around with it, but I keep getting the following error:
---------------------------------------------------------- Searching for Cheetah Reading http://www.python.org/pypi/Cheetah/ Reading http://www.CheetahTemplate.org/ Best match: Cheetah 1.0 Downloading http://prdownloads.sourceforge.net/cheetahtemplate/ Cheetah-1.0.tar.gz?download error: Unexpected HTML page found at http://prdownloads.sourceforge.net/cheetahtemplate/ Cheetah-1.0.tar.gz?download ----------------------------------------------------------
I get this error if I try to install the either the latest SVN or 0.8.2.
ToddG is probably right about this -- that there's some sourceforge related problem. PylonsHQ hosts all egg dependencies in the download section for when this situation occurs. You can tell easy_install to also try searching for the eggs there with the following command:
easy_install -f http://pylonshq.com/download/ "Pylons==0.8.2"
-- Philip Jenvey
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to pylo...@googlegroups.com
To unsubscribe from this group, send email to
pylo...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/pylons-discuss
-~----------~----~----~----~------~----~------~--~---




