<span style="font-family: arial,helvetica,sans-serif;">Jon,<br>
<br>
Looks very promising. Seems to be an issue with interactive mode. The following code behaves as thus:<br>
<br>
testvar=raw_input("enter value: ")<br>
print testvar<br>
<br>
<br>
When run, the prompt from raw_input does print to the output screen as:<br>
<span style="color: rgb(0, 0, 153);">enter value:<br>
<br>
</span><br>
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.<br>
<br>
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.<br>
<br>
A problem? Or am I missing something?<br>
<br>
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).<br>
<br>
Congrats on a great app!<br>
<br>
Bill Allen<br>
<br>
</span><br clear="all"><span style="font-family: arial,helvetica,sans-serif;"><br><br><br><br><br><a href="http://www.python.org" target="_blank"><img src="http://python.org/community/logos/python-powered-w-70x28.png"></a></span><span></span><a href="http://www.catb.org/%7Eesr/faqs/hacker-howto.html" target="_blank"><img src="http://www.catb.org/hacker-emblem/glider.png" height="37" width="37"></a><a href="http://taarc.rebelwolf.com" target="_blank"><img src="http://wa5pb.sdf.org/TAARC-NEON.png"></a><br>
<br>
<br><br><div class="gmail_quote">On Thu, May 12, 2011 at 02:06, Jon D <span dir="ltr"><<a href="mailto:jon.dowdall@gmail.com">jon.dowdall@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi All,<br>
<br>
PyPad 2.7.1 Update 2 is now available on the AppStore. This is mainly<br>
a bug fix release addressing a number of issues with the interactive<br>
mode, but does also add some colour highlighting of output.<br>
<br>
PyPad is a port of the standard python code base to the iPad. It<br>
includes most of the standard python modules and can be used for<br>
testing small scripts or interactively for simple computation.<br>
<br>
Regards,<br>
<br>
Jon<br>
<font color="#888888">--<br>
<a href="http://mail.python.org/mailman/listinfo/python-announce-list" target="_blank">http://mail.python.org/mailman/listinfo/python-announce-list</a><br>
<br>
Support the Python Software Foundation:<br>
<a href="http://www.python.org/psf/donations/" target="_blank">http://www.python.org/psf/donations/</a><br>
</font></blockquote></div><br>