Re: [Distutils] Installing stuff using setuptools w/ Python from CVS HEAD?

2005-12-10 Thread skip
pje You'll have to install setuptools manually; check it out of pje Subversion and run its setup.py install. Then you'll have a pje locally-installed setuptools egg for Python 2.5. Tried that. With a fresh svn up of both Python and setuptools and a from-scratch install of said

Re: [Distutils] Installing stuff using setuptools w/ Python from CVS HEAD?

2005-12-08 Thread Phillip J. Eby
At 10:16 PM 12/7/2005 -0600, [EMAIL PROTECTED] wrote: Even python setup.py --help doesn't work. I can understand that there's no packages/2.5 directory on cheeseshop yet. Is there a way to work around this problem? You'll have to install setuptools manually; check it out of Subversion and run