Re: [Tutor] Using the console module.

2011-03-11 Thread Alan Gauld
"DistortGiygas" wrote Python users, what's the best option for someone trying to emulate or use the curses module on the Windows platform? Write a GUI? Unlike Unix you know that you can run a GUI on windows so why not just write one. Its probably easier than using curses! But for the life

Re: [Tutor] Using the console module.

2011-03-11 Thread Tim Golden
On 11/03/2011 08:12, DistortGiygas wrote: Python users, what's the best option for someone trying to emulate or use the curses module on the Windows platform? I've been fooling around with the console module: effbot.org/zone/console-handbook.htm But for the life of me, I can't figure out how to

[Tutor] Using the console module.

2011-03-11 Thread DistortGiygas
Python users, what's the best option for someone trying to emulate or use the curses module on the Windows platform? I've been fooling around with the console module: effbot.org/zone/console-handbook.htm But for the life of me, I can't figure out how to detect a KeyRelease. Could anyone share some