[issue4043] Warnings in IDLE raise TypeError (such as attempting to import deprecated modules)

Craig Holmquist report at bugs.python.org
Sun Oct 5 04:38:30 CEST 2008


Craig Holmquist <craigholm at gmail.com> added the comment:

Okay, I think I've got it now:

1. If you import sets, it raises TypeError.  However, if you import it a
second time, it seems to work properly.

2. Trying to import a module that relies on the deprecated module (ie,
sqlalchemy) fails no matter how many times it's imported.

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


More information about the Python-bugs-list mailing list