15 Nov
2004
15 Nov
'04
6:41 p.m.
John Poltorak wrote at 2004-11-15 15:22 +0000:
... from MultiMapping import MultiMapping ImportError: filename doesn't match module name
Looks you are on an case insensitive file system and the file does not use the "MultiMapping" spelling (but maybe "multimapping" or "MULTIMAPPING"). I think, there is some way to tell Python whether or not such cases should be errors or warnings. -- Dieter