You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create folder with utf-8 characters in its name. (try Č)
Put a python script inside it.
Open it with spyder and try to run it.
What is the expected output? What do you see instead?
The program should begin executing but instead it returns the following error:
C:\Python27\python.exe: can't open file 'D:\Faks\Racunarske Metode\Vjezbe\01-bisekcija.py': [Errno 2] No such file or directory
Please provide any additional information below
. The character that "broke" spyder was the character Č but there surely are more characters like this.
The hexadecimal code points for this char is:
010D - lowercase
010C - uppercase
From hrastnik...@gmail.com on 2014-10-13T15:51:48Z
Spyder Version: 2.2.5
Python Version: 2.7.6
Qt Version : 4.8.4, PyQt4 (API v2) 4.9.6 on Windows
pyflakes >=0.5.0: 0.8.1 (OK)
pep8 >=0.6 : 1.5.7 (OK)
IPython >=0.13 : 2.1.0 (OK)
rope >=0.9.2 : 0.10.2 (OK)
sphinx >=0.6.6 : 1.2.2 (OK)
matplotlib >=1.0: 1.3.1 (OK)
sympy >=0.7.0 : 0.7.5 (OK)
pylint >=0.25 : 1.2.1 (OK)
What steps will reproduce the problem?
What is the expected output? What do you see instead?
The program should begin executing but instead it returns the following error:
C:\Python27\python.exe: can't open file 'D:\Faks\Racunarske Metode\Vjezbe\01-bisekcija.py': [Errno 2] No such file or directory
Please provide any additional information below
. The character that "broke" spyder was the character Č but there surely are more characters like this.
The hexadecimal code points for this char is:
010D - lowercase
010C - uppercase
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=2005
The text was updated successfully, but these errors were encountered: