Hello folks,
I hope this is the appropriate list for such an inquiry. . .I'm having
trouble installing pyobjc on one of my macs (intel mac mini w/ tiger).
Didn't have the same problem on a macbook pro (w/ tiger).
When I run:
python setup.py bdist_mpkg --open
Thing truck along as usual and then I get the following error message:
writing entry points to Lib/pyobjc.egg-info/entry_points.txt
Traceback (most recent call last):
File "setup.py", line 755, in ?
dependency_links = [],
File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/distutils/core.py",
line 149, in setup
dist.run_commands()
File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/distutils/dist.py",
line 907, in run_commands
self.run_command(cmd)
File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/distutils/dist.py",
line 927, in run_command
cmd_obj.run()
File "build/bdist.darwin-8.9.1-i386/egg/bdist_mpkg/cmd_bdist_mpkg.py",
line 420, in run
File "build/bdist.darwin-8.9.1-i386/egg/bdist_mpkg/cmd_bdist_mpkg.py",
line 261, in run_install
File "build/bdist.linux-i686/egg/setuptools/command/install.py",
line 56, in run
File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/distutils/command/install.py",
line 510, in run
self.run_command(cmd_name)
File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/distutils/cmd.py",
line 333, in run_command
self.distribution.run_command(command)
File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/distutils/dist.py",
line 927, in run_command
cmd_obj.run()
File "build/bdist.linux-i686/egg/setuptools/command/install_egg_info.py",
line 29, in run
File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/distutils/cmd.py",
line 333, in run_command
self.distribution.run_command(command)
File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/distutils/dist.py",
line 927, in run_command
cmd_obj.run()
File "build/bdist.linux-i686/egg/setuptools/command/egg_info.py",
line 171, in run
File "build/bdist.linux-i686/egg/setuptools/command/egg_info.py",
line 252, in find_sources
File "build/bdist.linux-i686/egg/setuptools/command/egg_info.py",
line 306, in run
File "build/bdist.linux-i686/egg/setuptools/command/egg_info.py",
line 333, in add_defaults
File "build/bdist.linux-i686/egg/setuptools/command/sdist.py", line
45, in walk_revctrl
File "build/bdist.linux-i686/egg/setuptools/command/sdist.py", line
52, in _default_revctrl
File "build/bdist.linux-i686/egg/setuptools/command/sdist.py", line
98, in entries_finder
NameError: global name 'log' is not defined
I'm running python v2.3.5 (exactly the same version I'm running on the
working computer.)
Can anyone help?
Thanks!!
Dean
|