Re: [Pyobjc-dev] re: My second roadblock
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2003-05-06 20:35:58
|
Gary Robinson wrote: > 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? Because it shouldn't be needed, the file in the tutorial was generated with an earlier version of NibClassBuilder.py, and someone forgot to update the tutorial (me). So: the code should be just fine... Just |