Thanks for the tips!
On Mar 6, 2006, at 9:52 AM, Dethe Elza wrote:
> Using XCode isn't really the best way to create PyObjC apps. The
> recommended way is to use InterfaceBuilder to create your UI,
> implement it with PyObjC, and use py2app to build the application from
> there.
>
> Check out
Using XCode isn't really the best way to create PyObjC apps. The
recommended way is to use InterfaceBuilder to create your UI,
implement it with PyObjC, and use py2app to build the application from
there.
Check out the tutorial on the PyObjC site, and the docs for py2app.
PyObjC tutorial: http:/