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.