I have a PyObjC project that I am building on Mac OS X 10.6 with Xcode 3.2, and I cannot work on 10.5.
All I use is the official PyObjC project templates to create an empty project (which just opens a window). Then I create the application and copy it to 10.5. But the application always crashes to 10.5:
Application Specific Information: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '/Users/hupf/Development/PyHelloWorld/main.m:44 main() PyRun_SimpleFile failed with file '/Users/hupf/Desktop/PyHelloWorld.app/Contents/Resources/main.py'. See console for errors.'
What can I do to run it on 10.5? Why is this still the path / Users / hupf / Development / that I only have on my 10.6 machine?
Hi hupf
PS I also installed Python through MacPorts on my 10.6 computer ... maybe this is a problem?
source share