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.

作者 Valery.Lesin
收信人 Valery.Lesin
日期 2010-10-13.08:32:45
SpamBayes Score 2.014397e-05
Marked as misclassified
Message-id <1286958770.12.0.126097151739.issue10081@psf.upfronthosting.co.za>
In-reply-to
内容
OS: windows

The attempt to import module with non 7-bit ASCII name results in 
'ImportError: No module named <module name>' exception.


Some thoughts: import.c uses functions like fopen, stat and FindFirstFile which wouldn't work correctly with non 7-bit ASCII filenames in Windows.
历史
日期 用户 动作 参数
2010-10-13 08:32:50Valery.Lesin修改recipients: + Valery.Lesin
2010-10-13 08:32:50Valery.Lesin修改messageid: <1286958770.12.0.126097151739.issue10081@psf.upfronthosting.co.za>
2010-10-13 08:32:46Valery.Lesin链接issue10081 messages
2010-10-13 08:32:45Valery.Lesin创建