[issue2779] Python 3.0a4 crashes on script in a path with non-ASCII characters (Windows)

Tim Pietzcker report at bugs.python.org
Wed May 7 13:58:52 CEST 2008


New submission from Tim Pietzcker <tim.pietzcker at web.de>:

When I try to run a script that is contained in a directory whose path
contains non-ASCII characters (e. g. Umlauts), Python 3.0a4 crashes with
the following error message:

(Windows cmd console):
E:\Eigene Dateien\Klinikum\Qualitätsmanagement\Qualitätsbericht
2007>c:\programme\python30\python zaehle_aerzte.py
Fatal Python error: no mem for sys.path insertion
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 33-35:
invalid data

This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application's support team for more information.

Moving the script to a directory without Umlauts in the path "solves"
the problem

----------
components: Windows
messages: 66354
nosy: pietzcker
severity: normal
status: open
title: Python 3.0a4 crashes on script in a path with non-ASCII characters (Windows)
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2779>
__________________________________


More information about the Python-bugs-list mailing list