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

Chris Bainbridge chris.bainbridge at gmail.com
Wed Nov 10 14:31:39 EST 2004


On the server side I see:

2004-11-09T00:25:15 (14427/ip:39624) Blocked transaction restarted. 
Clients waiting: 7
2004-11-09T00:25:15 (14427/ip:56877) store error:
exceptions.ImportError, No module named evolve
Traceback (most recent call last):
  File "/home/s9734229/root/lib/python2.3/site-packages/ZEO/StorageServer.py",
line 498, in _store
    self.transaction)
  File "/home/s9734229/root/lib/python2.3/site-packages/ZODB/FileStorage/FileStorage.py",
line 646, in store
    raise POSException.ConflictError(
  File "/home/s9734229/root/lib/python2.3/site-packages/ZODB/POSException.py",
line 94, in __init__
    self.class_name = SimpleObjectReader().getClassName(data)
  File "/home/s9734229/root/lib/python2.3/site-packages/ZODB/serialize.py",
line 355, in getClassName
    klass = unpickler.load()
ImportError: No module named evolve

Looks like it wants to unpack one of my persistent objects. This is
with zodb-3.3.


More information about the ZODB-Dev mailing list