[Distutils] [setuptools] egg_info and install_requires

Ronald Oussoren ronaldoussoren at mac.com
Tue Jan 2 16:24:43 CET 2007


Hi,

I have a setup.py that has some projects in the install_requires list  
that setuptools cannot find yet (I haven't build the eggs yet) and  
noticed something odd. When there is not yet an .egg-info directory  
for my project everything is fine, I can run distutils commands  
(except install of course).

However, when the .egg-info directory is present all distutils  
commands fail, including the egg_info command, because I'm refering  
to a non-existing distribution. Is this supposed to happen?

Ronald
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3562 bytes
Desc: not available
Url : http://mail.python.org/pipermail/distutils-sig/attachments/20070102/91f1bbe5/attachment.bin 


More information about the Distutils-SIG mailing list