[PEAK] problem in setuptools "NameError: global name 'log' is not
defined"
Peter Damoc
pdamoc at gmail.com
Fri Apr 18 04:30:26 EDT 2008
Hello,
I hope this is the right list to report this:
I get this error when trying to update the macholib to the latest SVN
version.
What am I doing wrong? What can I try to do to fix this?
Thank you in advance.
Peter
iMac:macholib peter$ python setup.py install
running install
running bdist_egg
unrecognized .svn/entries format; skipping .
running egg_info
creating macholib.egg-info
writing requirements to macholib.egg-info/requires.txt
writing macholib.egg-info/PKG-INFO
writing top-level names to macholib.egg-info/top_level.txt
writing dependency_links to macholib.egg-info/dependency_links.txt
writing entry points to macholib.egg-info/entry_points.txt
writing manifest file 'macholib.egg-info/SOURCES.txt'
Traceback (most recent call last):
File "setup.py", line 48, in <module>
'macho_standalone = macholib.macho_standalone:main',
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/core.py",
line 151, in setup
dist.run_commands()
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/dist.py",
line 974, in run_commands
self.run_command(cmd)
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/dist.py",
line 994, in run_command
cmd_obj.run()
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/setuptools-0.6c8-py2.5.egg/setuptools/command/install.py",
line 76, in run
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/setuptools-0.6c8-py2.5.egg/setuptools/command/install.py",
line 96, in do_egg_install
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/cmd.py",
line 333, in run_command
self.distribution.run_command(command)
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/dist.py",
line 994, in run_command
cmd_obj.run()
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/setuptools-0.6c8-py2.5.egg/setuptools/command/bdist_egg.py",
line 167, in run
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/cmd.py",
line 333, in run_command
self.distribution.run_command(command)
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/dist.py",
line 994, in run_command
cmd_obj.run()
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/setuptools-0.6c8-py2.5.egg/setuptools/command/egg_info.py",
line 171, in run
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/setuptools-0.6c8-py2.5.egg/setuptools/command/egg_info.py",
line 252, in find_sources
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/setuptools-0.6c8-py2.5.egg/setuptools/command/egg_info.py",
line 306, in run
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/setuptools-0.6c8-py2.5.egg/setuptools/command/egg_info.py",
line 333, in add_defaults
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/setuptools-0.6c8-py2.5.egg/setuptools/command/sdist.py",
line 45, in walk_revctrl
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/setuptools-0.6c8-py2.5.egg/setuptools/command/sdist.py",
line 52, in _default_revctrl
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/setuptools-0.6c8-py2.5.egg/setuptools/command/sdist.py",
line 98, in entries_finder
NameError: global name 'log' is not defined
--
There is NO FATE, we are the creators.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.eby-sarna.com/pipermail/peak/attachments/20080418/3d765af7/attachment.html
More information about the PEAK
mailing list