Hi everyone !
I'm searching for a Xcode plugin to develop Python applications on Mac OS X platform. Can you give me some links please ? That will be very kind of you.
Cordially, Vynile.
Hi everyone !
I'm searching for a Xcode plugin to develop Python applications on Mac OS X platform. Can you give me some links please ? That will be very kind of you.
Cordially, Vynile.
XCode can create Cocoa-Python application projects by default.
Why do you want a plugin?
EDIT
It seems Apple removed (since XCode 3.2) the project templates for third-party languages, like Python.
So on a fresh XCode installation, they are not available.
You can still get them from here: http://svn.red-bean.com/pyobjc/trunk/pyobjc/pyobjc-xcode/
The templates needs to be installed in /Developer/Library/Xcode/Project Templates/
That's precisely my problem : I can't create Python application by default...