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.
I am not sure if this got lost in the shuffle, but Praveen said this problem only occurs if the package name begins with the string "build". The problem doesn't occur if the package is renamed to something else.
On Thu, Aug 12, 2010 at 10:05 PM, P.J. Eby pje@telecommunity.com wrote:
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.
Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig
Hello Eby,
I changed the line to "Scripts\python.exe setup.py build -b btmp install -vvv" it works for me. Thanks for suggestion to fix my problem.
On Fri, Aug 13, 2010 at 8:35 AM, P.J. Eby pje@telecommunity.com wrote:
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.