thecocce / pyscripter

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

Can't use remote python engine with scripts which filepathes have cyrillic symbols #429

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Create python script file with cyrillic symbols in path or filename
2.Open script in PyScripter and choose Run>Python Engine>Remote
3. Try to run script

What is the expected output? What do you see instead?
Instead of script results i see a error message like this:
"UnicodeEncodeError: 'ascii' codec can't encode characters in position 7-10: 
ordinal not in range(128)"

What version of the product are you using? On what operating system?
PyScripter 2.3.1.0 with Python 2.7 on Windows XP SP3.

Please provide any additional information below.

After starting of PyScripter i see similar message (UnicodeEncodeError: 'ascii' 
codec can't encode characters in position 26-30: ordinal not in range(128)) in 
Output window

Original issue reported on code.google.com by taras%ta...@gtempaccount.com on 19 Oct 2010 at 12:35

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

Original comment by pyscripter on 19 Oct 2010 at 2:04