Python Debugger Exception Errors generated debugging simple INPUT() statements

Hi,

Firstly I’m new to this forum and to Nova for Python development. I’m getting the following debugger errors if I attempt to debug code that uses the Input() statement.

print(input("What is the date? : "))

What is the date? :
Python Debug has encountered an exception:
EOFError: EOF when reading a line
File “/Users/ian/Desktop/Learn Python/HelloWorld/ app.py”, line 1, in
print(input("What is the date? : "))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
EOFError: EOF when reading a line

Any ideas why something as simple as an Input statement could be causing this would be appreciated.

Thanking you in advance.