Hello, I would like to know if it is possible to create an Cocoa application without using py2app. I want to start the application from the main python script instead (the one that starts the event loop). So far I managed to load the nib from a path by calling
NibClassBuilder._nibInfo._extractClassesFromNibFromPath(nibFilePath) instead of NibClassBuilder.extractClasses(nibFile) But the application exits with the following message: Python[310] No Info.plist file in application bundle or no NSPrincipalClass in the Info.plist file, exiting This is probably because the Pythons bundle is used. Does anybody know how to tell the application to use another bundle? Thanks in advance, Yours kodi _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig