0

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.

1 Answer 1

3

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/

Sign up to request clarification or add additional context in comments.

3 Comments

Maybe your version of XCode is too old. What version are you using, on which OS version?
Can you precise a little bit more ? What files should be copied into the Project templates folder ? Thanks :) !
The SVN repository has exactly the same structure. So simply copy the 'Project Templates' files into the 'Project Templates' directory. You can do the same with the 'File Templates'.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.