thecocce / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

sys.stdout.encoding not implemented #253

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed in version control.  (Set to None)

Original comment by pyscripter on 7 Dec 2008 at 2:07

GoogleCodeExporter commented 9 years ago

Original comment by pyscripter on 30 Sep 2010 at 3:07