I'm a newbie to python and spyder, so forgive me if this is a simple 
question...
In the WinPython (Spyder Python 3.3) command shell window, I am having 
trouble getting any user input. For example, the console hangs when I type:

   import msvcrt
   i = msvcrt.getch()

I can see the characters I type, but nothing I do seems capable of 
completing the input and getting a command prompt back.  I've tried other 
methods of reading user input such as sys.stdin.read() but they all seem to 
behave the same way.  

How do I get user input from script commands run in the Python console? 

I running from an installation of WinPython-64bit-3.3.2.1 on Windows 7.

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to