[PEAK] setuptools dependencies installed from os packages
Phillip J. Eby
pje at telecommunity.com
Tue Dec 20 11:24:57 EST 2005
At 11:13 AM 12/20/2005 -0500, Phillip J. Eby wrote:
>At 06:00 PM 12/20/2005 +0200, alexander smishlajev wrote:
>>E:\Python24\Scripts>grep install_
>>E:\Python24\Lib\site-packages\setuptools-0.6a9dev_r41761-py2.4.egg\EGG-INFO\entry_points.txt
>>install_requires = setuptools.dist:check_requirements
>>install_lib = setuptools.command.install_lib:install_lib
>>
>>E:\Python24\Scripts>
>>==== end cut ====
>>
>>that's it. the commands are not there.
>
>Argh. I know what's happening now. The older version of setuptools is
>already imported when the setup script runs, so it regenerates the
>entry_points.txt from the already-installed setuptools, thereby breaking
>the new setuptools. :(
>
>I'll start work on fixing that.
Okay, I've checked in some changes that should fix the entry points problem
and the warning about 'include_package_data'. Would you try the above
again and let me know if it works? Thanks.
More information about the PEAK
mailing list