[Pyobjc-dev] Cocoa-Python Application on Leopard
Brought to you by:
ronaldoussoren
|
From: <ka...@ma...> - 2008-01-26 05:10:23
|
Hi all,
Following my previous message "Terminating app due to uncaught
exception" , I read the experience of santosh (2008-01-23), and I
guess mine is similar. More precisely, after Building and running the
application, the Xcode window says "GDB program loaded" in the lower
bar status. And in the Debugger window appears the message
"Terminating app due to uncaught exception". Looking at the Debugger
Console window, it looks like :
Traceback (most recent call last):
File "~/Documents/Python/MySimpleClass/build/Release/
MySimpleClass.app/Contents/Resources/main.py", line 10, in <module>
import objc
ImportError: No module named objc
Is there a problem in installing PyObjC ? The module objc seems not to
be available to the application. What can I do ?
Thierry |