[issue4747] SyntaxError executing a script containing non-ASCII characters in its name or path

STINNER Victor report at bugs.python.org
Wed Dec 31 17:03:39 CET 2008


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

I'm unable to reproduce the problem on Linux. I wrote a 
script /home/haypo/ééé/ééé.py:
---------------
#!/home/haypo/prog/SVN/py3k/python
# -*- coding: ascii -*-
print("a")
---------------

The script runs fine:
$ ./ééé.py
a
$ /home/haypo/prog/SVN/py3k/python ééé.py
a

Is the problem specific to Windows?

----------
nosy: +haypo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4747>
_______________________________________


More information about the Python-bugs-list mailing list