[PEAK] setuptools dependencies installed from os packages

Phillip J. Eby pje at telecommunity.com
Tue Dec 20 11:13:20 EST 2005


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.


>if i do "easy_install -eb . setuptools==dev", i get correct svn checkout.
>
>however, it still always runs base version of install_scripts and i get 
>"error: cannot copy tree 'build\scripts-2.4': not a directory".

Hm.  Do you mean the "correct svn checkout" still has this problem?




More information about the PEAK mailing list