Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when running files in folders with UTF-8 in path #2005

Closed
spyder-bot opened this issue Feb 17, 2015 · 3 comments
Closed

Error when running files in folders with UTF-8 in path #2005

spyder-bot opened this issue Feb 17, 2015 · 3 comments

Comments

@spyder-bot
Copy link
Collaborator

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?

  1. Create folder with utf-8 characters in its name. (try Č)
    1. Put a python script inside it.
    2. 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

Original issue: http://code.google.com/p/spyderlib/issues/detail?id=2005

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2014-10-14T15:26:39Z

Labels: Cat-Editor MS-v2.3.2

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2014-10-14T15:27:08Z

Thanks for reporting. I'll try to fix it for our next version

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2014-11-02T12:54:15Z

This issue was closed by revision e72a6fd5e4f2 .

Status: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant