Sorry, should be ctrl-z for windows EOF, not ctrl-d as my previous message mentioned.
when in the python interpreter ctrl-d seems to be interpreted as an EOF, but when running the script from the dos command line I need to type ctrl-z in response to the "raw_input" prompt to get the expected EOFError exception. In the spyder interactive/external console I don't seem to be able to enter ctrl-z to generate the EOFError. Note: I don't expect to need to enter ctrl-z in spyder often, but am curious why it is different from running from the dos box. Thanks, Eric -- You received this message because you are subscribed to the Google Groups "spyder" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
