Message 118505 - Python tracker
Message118505
| 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:50 | Valery.Lesin | set | recipients: + Valery.Lesin |
| 2010-10-13 08:32:50 | Valery.Lesin | set | messageid: <1286958770.12.0.126097151739.issue10081@psf.upfronthosting.co.za> |
| 2010-10-13 08:32:46 | Valery.Lesin | link | issue10081 messages |
| 2010-10-13 08:32:45 | Valery.Lesin | create | |