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?
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.