6 messages in com.googlegroups.pylons-discussRe: Stuck: can't develop any pylons-b...
FromSent OnAttachments
Matt Feifarek29 Aug 2006 11:07 
Ben Bangert29 Aug 2006 11:27 
Matt Feifarek29 Aug 2006 12:04 
Ian Bicking29 Aug 2006 12:38 
Ben Bangert29 Aug 2006 14:17 
Matt Feifarek29 Aug 2006 14:28 
Subject:Re: Stuck: can't develop any pylons-based work because of missing easy_setup dependency
From:Ian Bicking (ia@colorstudy.com)
Date:08/29/2006 12:38:23 PM
List:com.googlegroups.pylons-discuss

Matt Feifarek wrote:

Hello.

Trying to extract egg libraries into "real" libraries on sys.path (so I could use my IDE's code inspection features) I have managed to break my pylons tool chain. When trying to run 'paster serve development.ini ' I get this:

There used to be a way to install libraries with easy_install so that they were directly on sys.path (without needing .pth-file processing), but also had the metadata necessary for Setuptools; it was easy_install --single-version-externally-managed. But that option disappeared, so I'm not entirely clear what replaced it (I don't think the functionality disappeared -- Python 2.5 seems to actually produce a Python-2.5.egg-info directory, which is the metadata in question). So, I don't know the resolution, but this might help point you in the right direction.