[ZODB-Dev] zodb wants to import my module?

Tim Peters tim at zope.com
Thu Nov 11 11:29:11 EST 2004


[Tim Peters]
> ...
> *Every* time we try to raise ConflictError for an object of an
> application class, where the application code isn't present, the
> exception's constructor tries to load the first half of the ``data``
> pickle, and so gets an ImportError every time.

I should note that this is affected too by Python version, since Python 2.4
no longer leaves insane module objects in sys.modules after a failing
import.



More information about the ZODB-Dev mailing list