0

Possible Duplicate:
Can I write native iPhone apps using Python

I just googled whether it is possible to write an i-phone app in Python and got very confusing, and not super good results.

Is it possible? And if so, what module(s) do I need to install?

Community
  • 1
  • 1
user1576199
  • 3,217
  • 3
  • 20
  • 32

3 Answers3

2

You can use PyObjC on the iPhone.

http://pyobjc.sourceforge.net/

You need to jail break your iphone for this to run.

They have a tutorial too which of course comes top of google search.

http://www.saurik.com/id/5/

Vinayak Kolagi
  • 1,831
  • 1
  • 13
  • 26
0

No. You would either have to write it natively in Xcode and objective-c or use something like PhoneGap http://phonegap.com/ which ends up being compiled to objective-c anyway.

Rich Standbrook
  • 648
  • 7
  • 20
0

Technically for jail broken iPhone yes as you can do anything. However for a mainstream app that passes the app store rules you need to use objective C.

Preet Sangha
  • 64,563
  • 18
  • 145
  • 216