LionHeart123 / pyscripter

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

If path of python file contains extended characters, ctrl-f9 fails #544

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create file path with unicode/something else characters, like 
c:\öäå\test.py
2. Edit with pyscripter
3. Press ctrl-F9

What is the expected output? What do you see instead?

Script should be run, instead I'll get:
UnicodeEncodeError: 'ascii' codec can't encode characters in position 3-5: 
ordinal not in range(128)

What version of the product are you using? On what operating system?
PyScripter 2.4.1.0 with Python 2.6.5
Windows XP SP3

Please provide any additional information below.

Original issue reported on code.google.com by har...@gmail.com on 10 Aug 2011 at 9:26

GoogleCodeExporter commented 9 years ago

Original comment by pyscripter on 12 Aug 2011 at 2:37