[Pyobjc-dev] re: My second roadblock
Brought to you by:
ronaldoussoren
From: Gary R. <gro...@tr...> - 2003-05-06 20:15:15
|
> 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. Wait, I figured it out. My silliness. The PyObjC tutorial says stop when you get to "Implementing the Classes of Currency Converter" in the Apple tuturial. However, I stopped when I got to "Defining the Classes of Currency Converter" which is very different! Seems like Zac did the same thing?? Even tho this was my error, to make sure other people don't fall into the same silliness, you might want to change the tutorial to say: "Work through Defining the Classes of Currency Converter, Connecting ConverterController to the Interface, and stop at Implementing the Classes of Currency Converter". HOWEVER, I still have a problem. The CurrencyConverter.py I get after doing all that is identical to step4-CurrencyConverter.py, except the latter contains from Foundation import NSObject, NSObject as the first line, and mine doesn't have any line importing NSObject. Of course I can manually edit the file to add the import, but does anybody have any idea why it wasn't put there automatically? --Gary -- [http://ThisURLEnablesEmailToGetThroughOverzealousSpamFilters.org] Gary Robinson CEO Transpose, LLC gro...@tr... 207-942-3463 http://www.transpose.com http://radio.weblogs.com/0101454 |