[Distutils] SETUPTOOLS - Loading Eggs which do not have an egg_info

Phillip J. Eby pje at telecommunity.com
Thu Dec 7 20:37:58 CET 2006


At 08:57 PM 12/7/2006 +0200, Ilias Lazaridis wrote:
>    File
>"C:\prg\py24\lib\site-packages\setuptools-0.6c3-py2.4.egg\pkg_resources.py",
>line 1829, in load
>      if require: self.require(env, installer)

Yeah, you need to pass 'require=False' to entrypoint.load().  See:

http://peak.telecommunity.com/DevCenter/PkgResources#entrypoint-objects

As I said, dependency resolution for these non-egg things isn't going to 
work right.



More information about the Distutils-SIG mailing list