[issue10828] Cannot use nonascii utf8 in names of files imported from

Terry J. Reedy report at bugs.python.org
Sat Jan 8 02:14:24 CET 2011


Terry J. Reedy <tjreedy at udel.edu> added the comment:

(Ingemar: one can easily test import statements without pyqt, let alone qt ;-)

With 3.2b2 on our Win7, 64 bit machine, files with a Japanese name run but apparently cannot be imported.

a.py: print('something')
^|.py: print('other') # ^| == imitation of katakana name
c.py: import a; import ^|
something
ImportError: No module named ^|

Tried in both japanese- and then ascii-named directories.
So I am not convinced that #9425 is finished. What might I have misunderstood?

----------
nosy: +terry.reedy

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


More information about the Python-bugs-list mailing list