[New-bugs-announce] [issue4212] email.LazyImporter does not use absolute imports

Brandon Bloom report at bugs.python.org
Mon Oct 27 06:57:21 CET 2008


New submission from Brandon Bloom <brandon at classlet.com>:

I have a package with a module called "email". If I try to use the 
standard email package, it fails to load email.Utils because 
email.LazyImporter is looking in my email module instead of the top-
level email package.

----------
components: Library (Lib)
messages: 75251
nosy: brandonbloom
severity: normal
status: open
title: email.LazyImporter does not use absolute imports
type: behavior
versions: Python 2.5.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4212>
_______________________________________


More information about the New-bugs-announce mailing list