5 messages in com.googlegroups.pylons-discussRe: Problems installing Pylons
FromSent OnAttachments
pho...@phong.org10 Jun 2006 12:08 
ToddG10 Jun 2006 13:17 
Philip Jenvey10 Jun 2006 19:35 
Thomas Schumm10 Jun 2006 20:18 
Thomas Schumm11 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"