1

While calling the input() function without parameters (x = input()) works fine, calling input() with a parameter (x = input("Type something")) results in the following error:

AttributeError: '_DebuggerOutput' has no attribute 'errors'.

What am I doing wrong?

Additional details:

  • I'm using IronPython within Visual Studio 2010.
  • The Python version I'm using is 3.2.3 (print(sys.version)) outputs 3.2.3).

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.