[Python-Dev] serious bug in new import X as Y code (original) (raw)
Sjoerd Mullender sjoerd@oratrix.nl
Sun, 20 Aug 2000 13:26:05 +0200
- Previous message: [Python-Dev] serious bug in new import X as Y code
- Next message: [Python-Dev] serious bug in new import X as Y code
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Here's another pretty serious bug. Can you verify that this time it isn't my configurations?
Try this:
from encodings import cp1006, cp1026
I get the error ImportError: cannot import name cp1026 but if I try to import the two modules separately I get no error.
-- Sjoerd Mullender <sjoerd.mullender@oratrix.com>
- Previous message: [Python-Dev] serious bug in new import X as Y code
- Next message: [Python-Dev] serious bug in new import X as Y code
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]