[Distutils] FYI: EasyInstall 0.4a2 with scripts and 'ez_setup' bootstrapper
Ryan Tomayko
rtomayko at gmail.com
Mon Jun 13 03:26:11 CEST 2005
On Jun 12, 2005, at 6:15 PM, Phillip J. Eby wrote:
> Please help me test this new version; it is a *major* upgrade and
> refactoring compared to the last release.
I'm getting the following on two separate packages that contains
scripts when building eggs w/ 0.4a2.
Python-2.4/MacOS-10.4
$ python setup.py --command-packages=setuptools.command bdist_egg
<snip>
copying and adjusting bin/pudge -> build/scripts-2.4
changing mode of build/scripts-2.4/pudge from 664 to 775
creating build/bdist.darwin-8.1.0-Power_Macintosh/egg/EGG-INFO
creating build/bdist.darwin-8.1.0-Power_Macintosh/egg/EGG-INFO/scripts
copying build/scripts-2.4/pudge -> build/bdist.darwin-8.1.0-
Power_Macintosh/egg/EGG-INFO/scripts
changing mode of build/bdist.darwin-8.1.0-Power_Macintosh/egg/EGG-
INFO/scripts/pudge to 775
Traceback (most recent call last):
File "setup.py", line 70, in ?
setup(**config)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/distutils/core.py", line 149, in setup
dist.run_commands()
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/distutils/dist.py", line 946, in run_commands
self.run_command(cmd)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/distutils/dist.py", line 966, in run_command
cmd_obj.run()
File "build\bdist.win32\egg\setuptools\command\bdist_egg.py", line
160, in run
AttributeError: 'Distribution' object has no attribute 'egg_name'
This release is a significant milestone and I'm willing to help in
any way needed.
Thanks,
Ryan Tomayko
rtomayko at gmail.com
http://naeblis.cx/rtomayko/
More information about the Distutils-SIG
mailing list