thanks for the fast reply.
Well, I am happy with the bundle that was generated by py2app. I just want to start the application from the python script and not from the generated executable (see below).
I already found out that I can accomplish the same by specifying the bundle explicitly: bundle = NSBundle.bundleWithPath_("./build/Development/krix.app") info = bundle.infoDictionary()[u'PyObjCXcode'] for nibFile in info[u'NIBFiles']: NibClassBuilder.extractClasses(nibFile, bundle) But the app still exits with this message:
No, I am fine using an application bundle. It's just that the IDE I am trying to use (SPE) seems to know nothing about executables. And I guess that the included debugger might only work if the application is started from a python script. If there was another way to use a python IDE with a debugger I won't care about how exactly the app is started. I hope I made myself clearer now. Thanks again for your fast reply. Yours kodi |
_______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig