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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, xiaowei.py
Date 2013-03-17.22:02:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363557736.76.0.714564983425.issue17320@psf.upfronthosting.co.za>
In-reply-to
Content
There may be an issue with the GetFullPathName system call.
Could you copy the result of these functions:

import sys, locale
print(locale.getdefaultlocale())
print(sys.getdefaultencoding())
History
Date User Action Args
2013-03-17 22:02:16amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, xiaowei.py
2013-03-17 22:02:16amaury.forgeotdarcsetmessageid: <1363557736.76.0.714564983425.issue17320@psf.upfronthosting.co.za>
2013-03-17 22:02:16amaury.forgeotdarclinkissue17320 messages
2013-03-17 22:02:16amaury.forgeotdarccreate