Amir Dekel wrote:
Harlin Seritt wrote:


Simple, Simple, Simple:

Var = raw_input("Some prompting text here: ")


Frans Englich wrote: > > See sys.stdin >

What I need from the program is to wait for a single character input, something like while(getchar()) in C. All those Python modules don't make much sence to me...

Amir

Amir,

>>> import tkSimpleDialog
>>> ch = tkSimpleDialog.askstring("","ch?")

wes

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to