Dan Ross <d...@rosspixelworks.com> wrote:

> So how does one use this to make an iOS app then?

That's an exercise for the reader.  Basically, you build an Objective-C
iOS app, but implement the callbacks and program logic as thin C
wrappers that call into Python to get things done.  This is simpler with
a working PyObjC for iOS, of course, but I don't know what the status
of that is.

Bill

> 
> On Thu, 4 Aug 2011 11:58:58 PDT, Bill Janssen wrote:
> > Alex Jouravlev <al...@businessabstraction.com> wrote:
> >
> >> Is there a port of Python to iPhone? I want to be able to check-out
> >> from
> >> SVN, edit and run some Python server code now and then.
> >
> > See
> > <https://github.com/cobbal/python-for-iphone/blob/master/iOS-build.sh>.
> >
> > Bill
> > _______________________________________________
> > Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
> > http://mail.python.org/mailman/listinfo/pythonmac-sig
> > unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG
> 
> _______________________________________________
> Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig
> unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to