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

2010-07-23 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: Closing as invalid as I cannot reproduce the issue, this seems to be an issue with Apple's copy of Python and the sys.path settings seem odd at best. -- status: open - closed ___ Python

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

2009-09-20 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@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

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

2009-09-07 Thread Seamus O'Shea
Seamus O'Shea os...@uleth.ca added the comment: (1) When running python (/usr/bin/python) in Terminal I am able to import objc successfully. I printed the directory to be sure it's complete Seamuss-MacBook:~ seamus$ /usr/bin/python Python 2.6.1 (r261:67515, Jul 7 2009, 23:51:51) [GCC 4.2.1

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

2009-09-06 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@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

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

2009-08-31 Thread Seamus O'Shea
New submission from Seamus O'Shea os...@uleth.ca: Attempts to compile a simple example using XCode 3.2 (Xcode IDE: 1610.0, Xcode Core: 1608.0, ToolSupport: 1591.0)under Snow Leopard fail with error message Traceback (most recent call last): File /Users/seamus/Science/xcode exploration/Objc-