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 Valery.Lesin
Recipients Valery.Lesin
Date 2010-10-13.08:32:45
SpamBayes Score 2.014397e-05
Marked as misclassified No
Message-id <1286958770.12.0.126097151739.issue10081@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-10-13 08:32:50Valery.Lesinsetrecipients: + Valery.Lesin
2010-10-13 08:32:50Valery.Lesinsetmessageid: <1286958770.12.0.126097151739.issue10081@psf.upfronthosting.co.za>
2010-10-13 08:32:46Valery.Lesinlinkissue10081 messages
2010-10-13 08:32:45Valery.Lesincreate