Re: [Pyobjc-dev] py2app: unable to load nib-file
Brought to you by:
ronaldoussoren
|
From: Johan R. <joh...@gm...> - 2009-04-14 07:46:32
|
Looking in the dist/Foo.app/Resources, English.lproj is there and it contains the MainMenu.xib file. How does the code know to look into the English.lproj directory? When I get back from work I'll try to assemble a small tarball with a non-working example. On Tue, Apr 14, 2009 at 9:40 AM, Ronald Oussoren <ron...@ma...> wrote: > > On 14 Apr, 2009, at 8:54, Johan Rydberg wrote: > >> Odd, because I've seen people just add English.lproj to data_files. >> For example, look at >> /Developer/Examples/Python/PyObjC/Cocoa/AppKit/Todo/setup.py. > > Adding English.lproj to data_files should just work, if it doesn't you have > found a bug in py2app. > > Ronald > > |