
report at bugs
May 9, 2008, 1:55 AM
Post #2 of 3
(586 views)
Permalink
|
|
[issue1342] Crash on Windows if Python runs from a directory with umlauts
[In reply to]
|
|
Antoine Pitrou <pitrou[at]free.fr> added the comment: There are some problems under Linux too: $ pwd /home/antoine/py3k/héhé $ ./python Fatal Python error: Py_Initialize: can't initialize sys standard streams Traceback (most recent call last): File "/home/antoine/py3k/pristine/Lib/encodings/__init__.py", line 32, in <module> TypeError: zipimporter() argument 1 must be string without null bytes, not str Abandon ---------- nosy: +pitrou __________________________________ Tracker <report[at]bugs.python.org> <http://bugs.python.org/issue1342> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|