Re: [Pythonmac-SIG] getting started with PyObjC

2006-03-06 Thread Scott Frankel
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

Re: [Pythonmac-SIG] getting started with PyObjC

2006-03-06 Thread Dethe Elza
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:/