[issue6812] Snow Leopard python program fails because _PyType_Modified is missing from python framework
Ronald Oussoren
report at bugs.python.org
Sun Sep 20 17:43:07 CEST 2009
Ronald Oussoren <ronaldoussoren at mac.com> added the comment:
The value of sys.path is rather strange, it includes both the system
Python.framework and one in /Library/Frameworks.
Have you installed a copy of Python (for example by using the 2.6.2
installer on the Python.org website)? If so, have you added symbolic
links or a .pth file that adds bits of the system installation to that
separate install?
On my system the sys.path for the Python in /Library does not contain
bits of /System/Library, and neither does sys.path for Apple's install
of Python refer to /Library/Frameworks.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6812>
_______________________________________
More information about the Python-bugs-list
mailing list