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.
--
___
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: ->
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: