Re: [Pyobjc-dev] My second roadblock
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2003-05-06 17:54:01
|
Gary Robinson wrote: > This step seemed to execute correctly, but my CurrencyConverter.py > looks very different from step4-CurrencyConverter.py. Here is what it > looks like: > > > from PyObjCTools import NibClassBuilder, AppHelper > > > > > > > > > > > > if __name__ == "__main__": > > AppHelper.runEventLoop() > > That's the entire contents of the file. Lots of stuff seems to be > missing. The tutorial contains step3-MainMenu.nib, that one should give the right output when you run it through nibclassbuilder. (A nib "file" is indeed directory, but a special one called a package. Most of the OS hides the fact that it's really a directory, so in general it's ok to call it a file.) Just |