Suggestion for improved ImportError message

Fredrik Lundh fredrik at pythonware.com
Wed Aug 13 18:27:11 EDT 2008


Kent Tenney wrote:

> I was just bit by
> 
> from image import annotate
> 
> ImportError: cannot import name annotate
> 
> I found the problem via 
> 
> import image
> print image.__file__
> 
> which made it clear that the wrong image module had been found.

that's what "python -v" is all about, of course.

</F>




More information about the Python-list mailing list