[Pyobjc-dev] Tutorials for PyObjC 2, Leopard and Interface Builder 3
Brought to you by:
ronaldoussoren
|
From: Richard C. <li...@ri...> - 2007-12-06 16:16:07
|
Hi there. I'm interested in learning my way around PyObjC on Leopard but all of the tutorials I can find seem to be for older versions of PyObjC, Xcode and Interface Builder. Does anyone know of any good tutorials covering the versions of tools installed on Leopard? Interface Builder in particular has completely changed. The fact that http://pyobjc.sourceforge.net/ doesn't even acknowledge the existence of PyObjC 2 makes me think I must be missing a website somewhere. One of the things I'm trying to understand is the best way to layout and build a PyObjC application. Most of the tutorials I've found on the web and in /Developer/Examples/Python/PyObjC/ use things like "python setup.py py2app" and "NibClassBuilder.AutoBaseClass" but if you use one of the Cocoa-Python templates in XCode you get a very different looking project. If I had to guess it seems that the examples show the old way of doing things and the Xcode template is the new way now that Apple have embraced PyObjC but really I've no idea. Is one of these approaches recommended over the other? If not then what are the pros and cons of each approach? Thanks in advance. - Richard |