Re: [Pyobjc-dev] Adding python files to PB project
Brought to you by:
ronaldoussoren
From: <bb...@ma...> - 2002-10-31 21:36:22
|
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. However, the should be listed by default because PBX doesn't know how to compile a python file... if not, something odd is going on. (See the WebServicesTool or TableModel2 as working examples) b.bum On Thursday, October 31, 2002, at 04:26 PM, Ronald Oussoren wrote: > Bill, > > I'm confused w.r.t. adding Python sources to a Project Builder > project. I've used the new 'mknibwrapper' tool in Example/TableModel2 > and can't seem to get a working version of the application: If added > the new python file using 'Project->Add Files...' and it shows up on > the correct location in the project. However it is not copied to the > output when I build the project. What am I doing wrong? > > A confused PB newbe, > Ronald |