Jon, Looks very promising. Seems to be an issue with interactive mode. The following code behaves as thus:
testvar=raw_input("enter value: ") print testvar When run, the prompt from raw_input does print to the output screen as: enter value: But when you tap in the lower window to enter the value for the input, the app closes unexpected. When I reopen it, what I was working on is still present. However, if I tap into the lower window and do this one line at a time from the interactive prompt >>>, the above code works ok. A problem? Or am I missing something? Anyway, I love this little Python app. Been wanting something like this for a long time. I installed this on my iPhone running iOS 4.3.3 (8J2). Congrats on a great app! Bill Allen <http://www.python.org> <http://www.catb.org/%7Eesr/faqs/hacker-howto.html><http://taarc.rebelwolf.com> On Thu, May 12, 2011 at 02:06, Jon D <jon.dowd...@gmail.com> wrote: > Hi All, > > PyPad 2.7.1 Update 2 is now available on the AppStore. This is mainly > a bug fix release addressing a number of issues with the interactive > mode, but does also add some colour highlighting of output. > > PyPad is a port of the standard python code base to the iPad. It > includes most of the standard python modules and can be used for > testing small scripts or interactively for simple computation. > > Regards, > > Jon > -- > http://mail.python.org/mailman/listinfo/python-announce-list > > Support the Python Software Foundation: > http://www.python.org/psf/donations/ >
-- http://mail.python.org/mailman/listinfo/python-list