[issue6812] Snow Leopard python program fails because _PyType_Modified is missing from python framework

Ronald Oussoren report at bugs.python.org
Sun Sep 6 14:10:13 CEST 2009


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

This seems to be a problem with Apple's copy of Python or with your 
machine.

Could you try the following:
* In terminal.app run /usr/bin/python
* Then use 'import objc' from Python's prompt.
* Does this work or does it give the same traceback (it works for me 
BTW).

If importing objc from Python's prompt works: Try to do a clean build of 
the application in Xcode (use Clean All and then perform a build).

----------
resolution:  -> invalid

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6812>
_______________________________________


More information about the Python-bugs-list mailing list