[Pyobjc-dev] Moving from XCode to py2app: xib trouble
Brought to you by:
ronaldoussoren
|
From: Orestis M. <or...@or...> - 2008-05-18 16:47:36
|
So, I've created a project under Xcode, and I'm trying to make it work using py2app. I've moved over all the Python files (including main.m and main.py) and English.lproj, translated the plist to a python dict (this could be easily automated), py2app happilly generates the bundle but the application dies because it can't find the MainMenu nib file. After some investigation, I've learned that nib files are now actually compiled from xib files, which doesn't happen when I use py2app. What step am I missing? Regards, -- Orestis Markou or...@or... http://orestis.gr/ |