[PythonCE] kbhit type of functionality in PythonCE

2009-10-29 Thread Cazaw
I've had only very limited exposure to Python and began only yesterday with PythonCE, so I'm definitely a newbie at it all. My question seems really basic, but I've not been able to find a simple answer: I have a small program that does a raw_input, processes the entered information and then disp

Re: [PythonCE] kbhit type of functionality in PythonCE

2009-10-29 Thread Cazaw
p.s. - Alternately, if the raw_input could show up in the stdout along with the displayed results instead of it's own dialog box, that would be just fine and eliminate the problem. Whichever way would be easiest. -- View this message in context: http://www.nabble.com/kbhit-type-of-functionality-

Re: [PythonCE] kbhit type of functionality in PythonCE

2009-10-30 Thread Cazaw
Adam Walley: Not really what I was hoping for but I took your idea and built on it so that if the response to the raw_input is an empty string it repeats the pause. Good enough. Thanks! Adam Walley wrote: > > Hi, Cazaw. > > Welcome to PythonCE. I remember wrestling with similar