Re: [ZODB-Dev] Relstorage 1.4b3 error

2010-02-24 Thread Shane Hathaway
Santi Camps wrote: * Module relstorage.cache, line 294, in after_tpc_finish * Module memcache, line 360, in incr * Module memcache, line 384, in _incrdecr ValueError: invalid literal for int(): NOT_FOUND This means that in some circumstances, the memcache module you chose

[ZODB-Dev] persistent broken problem

2010-02-24 Thread Kaweh Kazemi
Hi there, started using ZODB3 with a new project of mine and I've encountered a problem, I couldn't find a solution for so far. I'm adding instances of a class User to a storage (FileStorage for now). I did this in a small test program which worked fine. But then I started to refactor