Following the simple example app that Apple provides for PyObjC has  
lead me to a number of questions ... and a failed build.  The example  
demonstrates using Xcode & InterfaceBuilder to build a simple app,  
PyAverager.  My attempts at a build yield "Build failed for target  
"Development" errors in Xcode and nothing launchable from py2applet.   
There were no instructions on how to configure a target in the Apple  
doco.

Questions:

Does the target need to be more fully specified in Xcode (beyond what  
the PyObjC template provides), if so how?

Does the target need to be specified somehow in the py2app(let) step?

Is Xcode really necessary or advantageous for building PyObjC apps?

Can Interface Builder NIB files be used with py2app(let)?  If so, how  
are they specified on the cmd-line?  (i.e.: declared as the Foo.nib  
parent directory, or as each of the nib files contained in Foo.nib:  
classes.nib, info.nib, &c.)?

Feeling a little at sea; thanks in advance for a point in the right  
direction.
Scott


Xcode 2.1
Python 2.4.1
OSX 10.4.5




_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to