Re: [Pythonmac-SIG] Python on iphone for developers

2011-08-18 Thread Ronald Oussoren
On 18 Aug, 2011, at 19:08, Bill Janssen wrote: > Ronald Oussoren wrote: > >> >> On 4 Aug, 2011, at 22:21, Bill Janssen wrote: >> >>> Dan Ross 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 >>

Re: [Pythonmac-SIG] Python on iphone for developers

2011-08-18 Thread Bill Janssen
Ronald Oussoren wrote: > > On 18 Aug, 2011, at 19:08, Bill Janssen wrote: > > > Ronald Oussoren wrote: > > > >> > >> On 4 Aug, 2011, at 22:21, Bill Janssen wrote: > >> > >>> Dan Ross wrote: > >>> > So how does one use this to make an iOS app then? > >>> > >>> That's an exercise for

Re: [Pythonmac-SIG] Python on iphone for developers

2011-08-18 Thread Bill Janssen
Ronald Oussoren wrote: > > On 4 Aug, 2011, at 22:21, Bill Janssen wrote: > > > Dan Ross 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

Re: [Pythonmac-SIG] Python on iphone for developers

2011-08-18 Thread Ronald Oussoren
On 4 Aug, 2011, at 22:21, Bill Janssen wrote: > Dan Ross 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

Re: [Pythonmac-SIG] Python on iphone for developers

2011-08-04 Thread Bill Janssen
Dan Ross 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 f

Re: [Pythonmac-SIG] Python on iphone for developers

2011-08-04 Thread Dan Ross
So how does one use this to make an iOS app then? On Thu, 4 Aug 2011 11:58:58 PDT, Bill Janssen wrote: Alex Jouravlev 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

Re: [Pythonmac-SIG] Python on iphone for developers

2011-08-04 Thread Bill Janssen
Alex Jouravlev 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 . Bill ___ Pythonmac-S

[Pythonmac-SIG] Python on iphone for developers

2011-08-04 Thread Alex Jouravlev
Hi, Sorry if misplaced. I am trying to find some information 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. I know iOS is a closed ecosystem, however as Developer one can build and install virtually anythi