[issue3080] Full unicode import system

STINNER Victor report at bugs.python.org
Sun Mar 20 12:35:13 CET 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

>     mod = imp.load_module(fullname, self.file, self.filename, self.stuff)
> TypeError: 'NoneType' object is not iterable

The problem is that imp.find_module() now returns None as the filename, but imp.load_module() doesn't support None.

----------

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


More information about the Python-bugs-list mailing list