Possible Duplicate:
Can I write native iPhone apps using Python
this post Can I write native iPhone apps using Python is 3 years old, i think there should be a new one, since the old one comes very frequently in Google searches.
this post http://www.saurik.com/id/5 is looking good and is seems to be up to date.
i think since a lot of iPhone developers looking for an experienced advise for how to put python in your app or how to run a python script you wrote separately.
hope you can put some tips here to help us all.
You cannot run python on the iphone. There maybe a way if the iphone is jailbroken but that’s not something I would bet on when writing a program.
You may need to write your iphone app using objective C and, if you really want to use python, can connect it to a python web service(i.e. you run python on your server and it does the python work you want done).