[Pyobjc-dev] Xcode templates?
Brought to you by:
ronaldoussoren
From: Scott H. <sco...@gm...> - 2011-01-30 06:44:51
|
Have the Xcode template changed recently? I'm getting new errors when I try the pyobjc Xcode templates I had installed some time ago. Xcode ver 3.2.5 I have to remove PPC architectures form the project setting to get it to compile and then I get the console output below. Any ideas? Thanks, -Scott Traceback (most recent call last): File "main.py", line 10, in <module> import objc ImportError: No module named objc 2011-01-29 23:43:00.279 junl[57821:a0f] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '/Users/scott/Development/junl/main.m:44 main() PyRun_SimpleFile failed with file '/Users/scott/Development/junl/build/Debug/junl.app/Contents/Resources/main.py'. See console for errors.' *** Call stack at first throw: ( 0 CoreFoundation 0x963ac6ba __raiseError + 410 1 libobjc.A.dylib 0x9543e509 objc_exception_throw + 56 2 CoreFoundation 0x963ac3e8 +[NSException raise:format:arguments:] + 136 3 CoreFoundation 0x963ac35a +[NSException raise:format:] + 58 4 junl 0x00002c76 main + 1032 5 junl 0x00002842 start + 54 6 ??? 0x00000001 0x0 + 1 ) |