Re: get just one character

2005-11-17 Thread Micah Elliott
On Nov 17, Sinan Nalkaya wrote: > how can i just get 1 character ? i`ve done a search but just found > getch() for windows, i need same for unix and raw_input has any > option that is not documented ? Get all the characters one at a time: >>> inp = raw_input('enter a string> ') enter a st

Re: get just one character

2005-11-17 Thread Sinan Nalkaya
Paul Watson wrote: >Sinan Nalkaya wrote: > > >>hello everybody, >>how can i just get 1 character ? i`ve done a search but just found >>getch() for windows, i need same for unix and raw_input has any option >>that is not documented ? >>thanks. >> >> > >Please use Google. > >http://aspn.acti

Re: get just one character

2005-11-17 Thread Paul Watson
Sinan Nalkaya wrote: > hello everybody, > how can i just get 1 character ? i`ve done a search but just found > getch() for windows, i need same for unix and raw_input has any option > that is not documented ? > thanks. Please use Google. http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/1

get just one character

2005-11-17 Thread Sinan Nalkaya
hello everybody, how can i just get 1 character ? i`ve done a search but just found getch() for windows, i need same for unix and raw_input has any option that is not documented ? thanks. -- http://mail.python.org/mailman/listinfo/python-list