Sublime Forum

Console not accepting valid python commands

#1

Version 3010. The python console is throwing errors when entering commands that work fine in IDLE interpreter, such as x = int(input(’----> '))
Here is what is returned:

x = int(input(’----> '))
----> Traceback (most recent call last):
File “”, line 1, in
EOFError: EOF when reading a line

Is there a problem with the console in this version, or am I doing something wrong. I just downloaded version 3 the other day, so I am very much a newbie. Thank you.

0 Likes

#2

Sublime Text doesn’t support user input in the console.

0 Likes

#3

Thank you

0 Likes