Re: [Pyobjc-dev] My second roadblock
Brought to you by:
ronaldoussoren
From: Zachery B. <zb...@ur...> - 2003-05-06 20:04:22
|
On Tuesday, May 6, 2003, at 01:53 PM, Just van Rossum wrote: > 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. Yes, but if you follow Apple's tutorial up to the the step listed in the tutorial, you don't have the two instances ConverterController and Converter... So there's a missing step somewhere. Zac |