What steps will reproduce the problem?
1. Go to Python Interpreter
2. Enter "import sys; sys.stdout.encoding"
What is the expected output? What do you see instead?
Expecting 'utf-8', 'cp1252' or similar
Got:
Traceback (most recent call last):
File "<interactive input>", line 1, in <module>
AttributeError: DebugOutput instance has no attribute 'encoding'
What version of the product are you using? On what operating system?
PyScripter 1.9.9.2, Python 2.5.1, Win XP SP3
Please provide any additional information below.
Original issue reported on code.google.com by har...@gmail.com on 2 Nov 2008 at 10:34
Original issue reported on code.google.com by
har...@gmail.com
on 2 Nov 2008 at 10:34