[issue10132] mkpkg.py is lacked.

2010-10-17 Thread Tarek Ziadé
Tarek Ziadé added the comment: The file was renamed to mkcfg.py, but we forgot to rename it in the scripts options in setup.py for py < 2.6. This was fixed since then. Until the alpha4 release is out you can make the same change in setup.py for your build to work. -- ___

[issue10132] mkpkg.py is lacked.

2010-10-17 Thread Tarek Ziadé
Tarek Ziadé added the comment: The file was renamed to mkcfg.py, but we forgot to rename it in the scripts options in setup.py for py < 2.6. This was fixed since then. Until the alpha4 release is out you can make the same change in setup.py for your build to work. -- resolution: ->

[issue10132] mkpkg.py is lacked.

2010-10-17 Thread Atsushi Odagiri
New submission from Atsushi Odagiri : I try to install distutils2-1.0a3 to python 2.5. But I got error such a below. $ python -V Python 2.5.2 $ python setup.py build running build running build_py running build_scripts error: file 'distutils2/mkpkg.py' does not exist $ ls distutils2/mkpkg.pyls: