[Tutor] input() doesn't work in IDLE?

Howard Brydle howard.brydle@i3dimensions.com
Wed, 16 May 2001 21:46:43 -0700


Python 1.5.2 for Windows: The input() function (and raw_input) does not
see the <return> that I type in the output window to end my input
string, and does not proceed to the next statement in my script, when I
am running the script in IDLE. It does work in Pythonwin.=20