This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pietzcker
Recipients pietzcker
Date 2008-05-07.11:59:07
SpamBayes Score 0.00010372888
Marked as misclassified No
Message-id <1210161548.39.0.205186069105.issue2780@psf.upfronthosting.co.za>
In-reply-to
Content
Apologies if this has been reported before; I couldn#T find it on a
search but maybe I used the wrong search terms.

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.

Best regards,
Tim
History
Date User Action Args
2008-05-07 11:59:08pietzckersetspambayes_score: 0.000103729 -> 0.00010372888
recipients: + pietzcker
2008-05-07 11:59:08pietzckersetspambayes_score: 0.000103729 -> 0.000103729
messageid: <1210161548.39.0.205186069105.issue2780@psf.upfronthosting.co.za>
2008-05-07 11:59:07pietzckerlinkissue2780 messages
2008-05-07 11:59:07pietzckercreate