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 christian.heimes
Recipients christian.heimes, nnorwitz
Date 2007-10-27.14:13:21
SpamBayes Score 0.0098364465
Marked as misclassified No
Message-id <1193494402.83.0.554453431335.issue1342@psf.upfronthosting.co.za>
In-reply-to
Content
I've added a fprintf(stderr, "%s", path) to makepathobject(). I suspect
that PC/getpathp.c doesn't handle non ASCII chars correctly. It's using
char instead of w_char all over the place. Could that be related to the
issue, Neal?

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

c:\testäöü\PCBuild8\win32release>set PYTHONPATH=c:\testäöü\Lib

c:\testäöü\PCBuild8\win32release>python
c:\testõ÷³\Lib;c:\testõ÷³\PCBuild8\win32release\python30.zip;c:\testõ÷³\DLLs;c:\
testõ÷³\lib;c:\testõ÷³\lib\plat-win;c:\testõ÷³\lib\lib-tk;c:\testõ÷³\PCBuild8\wi
n32releaseFatal Python error: Py_Initialize: can't initialize sys
standard strea
ms
object  : ImportError('No module named encodings.utf_8',)
type    : ImportError
refcount: 4
address : 00A43540
lost sys.stderr

This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application's support team for more information.
History
Date User Action Args
2007-10-27 14:13:23christian.heimessetspambayes_score: 0.00983645 -> 0.0098364465
recipients: + christian.heimes, nnorwitz
2007-10-27 14:13:22christian.heimessetspambayes_score: 0.00983645 -> 0.00983645
messageid: <1193494402.83.0.554453431335.issue1342@psf.upfronthosting.co.za>
2007-10-27 14:13:22christian.heimeslinkissue1342 messages
2007-10-27 14:13:22christian.heimescreate