[Zope] Migration problems
    Dieter Maurer 
    dieter at handshake.de
       
    Mon Nov 15 13:41:35 EST 2004
    
    
  
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
    
    
More information about the Zope
mailing list