| Issue 2: | mach-o lib for 10.4 | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
1. run setup.py on mac os 10.4
2. wait
3.
this cant't be a problem with puting macholib for 10.3 on 10.4 because i
think we would have heard about this problem already but i'll investigate
Installed /Users/vivacarlie/Projects/idjango/altgraph-0.6.7-py2.5.egg
Traceback (most recent call last):
File "setup.py", line 30, in <module>
setup_requires=['py2app'],
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/core.py",
line 112, in setup
_setup_distribution = dist = klass(attrs)
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/setuptools-0.6c6-py2.5.egg/setuptools/dist.py",
line 223, in __init__
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/dist.py",
line 267, in __init__
self.finalize_options()
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/setuptools-0.6c6-py2.5.egg/setuptools/dist.py",
line 256, in finalize_options
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/setuptools-0.6c6-py2.5.egg/pkg_resources.py",
line 1912, in load
File
"/Users/Nehemiah/Projects/idjango/py2app-0.3.6-py2.5.egg/py2app/build_app.py",
line 27, in <module>
import macholib.MachOStandalone
File "build/bdist.macosx-10.3-fat/egg/macholib/MachOStandalone.py", line
8, in <module>
File "build/bdist.macosx-10.3-fat/egg/macholib/MachOGraph.py", line 17,
in <module>
File "build/bdist.macosx-10.3-fat/egg/macholib/MachO.py", line 15, in
<module>
File "build/bdist.macosx-10.3-fat/egg/macholib/util.py", line 56, in <module>
TypeError: Error when calling the metaclass bases
cannot create 'builtin_function_or_method' instances
Nov 11, 2007
Project Member
#1
vivacar...@gmail.com
Summary:
mach-o lib for 10.4
|