Re: [Pyobjc-dev] Cocoa-Python Application on Leopard
Brought to you by:
ronaldoussoren
|
From: Bill B. <bb...@ma...> - 2008-01-26 07:05:16
|
On Jan 25, 2008, at 9:10 PM, ka...@ma... wrote: > 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 ? Do you have a custom install of Python floating around? Or a custom install of PyObjC? b.bum |