Re: [Pyobjc-dev] Adding python files to PB project
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2002-10-31 21:52:08
|
On Thursday, Oct 31, 2002, at 22:30 Europe/Amsterdam, bb...@ma... wrote: > PBX is confusing, but amazingly powerful. I would recommend horking > around with some of the Apple provided examples to gain an > understanding of how PBX works and how projects are structured, etc... > > For Python files, go into the target inspector and click on the > "Bundle Resources" build phase. You should see the python files > listed in that section. If not, try drag-n-drop'ing the python files > into the list. That's it, nibwrapper.py was not in the list. I've added it manually and after rebuilding the latest version of PyObjC with /usr/bin/python TableModel2 worked correctly again. Thanks for the tip, Ronald |