thecocce / pyscripter

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

UnicodeEncodeError: 'ascii' codec can't encode characters in position 1-6: ordinal not in range(128) when run empty or any other project. #444

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open PyScripter
2. Run programm(F9) with code or without it.

What is the expected output? What do you see instead?
Get message:
UnicodeEncodeError: 'ascii' codec can't encode characters in position 1-6: 
ordinal not in range(128)               

I use Windows XP, PyScr 2.3.3.0

Original issue reported on code.google.com by 9der...@gmail.com on 17 Nov 2010 at 9:56

Attachments:

GoogleCodeExporter commented 9 years ago
Please see comments in Issue #427

Original comment by pyscripter on 17 Nov 2010 at 12:50