[Distutils] Issue with Setuptools package name

P.J. Eby pje at telecommunity.com
Fri Aug 13 05:05:43 CEST 2010


At 11:36 AM 8/12/2010 +0530, pavi ena wrote:
>Scripts\python.exe setup.py install -vvv

Change the above line to:

Scripts\python.exe setup.py build -b btmp install -vvv

If this change makes it work, then the problem is indeed the bug 
pointed out by Takayuki SHIMIZUKAWA:

http://bugs.python.org/issue6884

Otherwise, I'm not sure what's going on.



More information about the Distutils-SIG mailing list