[ZODB-Dev] Help needed

2010-03-16 Thread rohit
File "D:\python\lib\site-packages\zodb3-3.10.0a1-py2.6-win32.egg\ZODB\serialize.py", line 576, in getGhost if issubclass(klass, Broken): TypeError: issubclass() arg 1 must be a class Cheers, Rohit ___ For more information about ZODB, see the

[ZODB-Dev] Help needed

2010-03-17 Thread rohit
File "D:\python\lib\site-packages\zodb3-3.10.0a1-py2.6-win32.egg\ZODB\serialize.py", line 576, in getGhost if issubclass(klass, Broken): TypeError: issubclass() arg 1 must be a class Cheers, Rohit This is the code of player.py from persistent import Persistent import transaction

[ZODB-Dev] Persistance class problem

2010-03-18 Thread rohit
.The exact message i get is : "Unable to get repr for " I posted this error last time and was told to provide more info. Hope this helps someone crack this. Thanks, Rohit. ___ For more information about ZODB, see the ZODB Wiki: http://www.zope.o

[ZODB-Dev] Change in a mutable object(list) not being recognized by ZODB

2010-04-24 Thread rohit
I have a situation wherein a change made to an attribute(a list) of a ZODB obj, is not being recognized.I have set the _p_changed = 1. But still the ZODB doesnt recognize the change.On debugging i realised that the obj has the change and then i do a transaction.commit() and close the database.But o