09.07
If you’ve tried to create a cocoa-python XCode project in Snow Leopard, you’ve probably realised that the templates for creating Python projects in XCode have not been included. The reason given for removing the Python (and Ruby) project templates from XCode was that the templates were changing faster than XCode updated, therefore they would become quickly outdated. The Cocoa-Python bridge however, is still fully supported, despite the missing templates. Python developers are now expected to obtain the templates directly from the PyObjC project site (pyobjc.sourceforge.net) and install them themselves. Having done that myself, so I thought I’d write a quick step by step guide that anybody can follow. Read More >>