[ZODB-Dev] Help needed

rohit 76.rohit at gmail.com
Tue Mar 16 09:45:15 EDT 2010


I am trying to run a player.py file and have occasionally been getting this
error.Can someone please help me out here.


Error:::::::::::::::::::::::
No handlers could be found for logger "ZODB.Connection"
Traceback (most recent call last):
  File "C:\Documents and
Settings\Arpit\workspace\IndianPremierLeagu\src\root\Classes\Player.py",
line 114, in <module>
    if not root.has_key("Players"):
  File
"D:\python\lib\site-packages\zodb3-3.10.0a1-py2.6-win32.egg\ZODB\Connection.py",
line 811, in setstate
    self._setstate(obj)
  File
"D:\python\lib\site-packages\zodb3-3.10.0a1-py2.6-win32.egg\ZODB\Connection.py",
line 879, in _setstate
    self._reader.setGhostState(obj, p)
  File
"D:\python\lib\site-packages\zodb3-3.10.0a1-py2.6-win32.egg\ZODB\serialize.py",
line 595, in setGhostState
    state = self.getState(pickle)
  File
"D:\python\lib\site-packages\zodb3-3.10.0a1-py2.6-win32.egg\ZODB\serialize.py",
line 588, in getState
    return unpickler.load()
  File
"D:\python\lib\site-packages\zodb3-3.10.0a1-py2.6-win32.egg\ZODB\serialize.py",
line 479, in _persistent_load
    return self.load_oid(reference)
  File
"D:\python\lib\site-packages\zodb3-3.10.0a1-py2.6-win32.egg\ZODB\serialize.py",
line 538, in load_oid
    return self._conn.get(oid)
  File
"D:\python\lib\site-packages\zodb3-3.10.0a1-py2.6-win32.egg\ZODB\Connection.py",
line 245, in get
    obj = self._reader.getGhost(p)
  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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zodb-dev/attachments/20100316/94144c9d/attachment.html 


More information about the ZODB-Dev mailing list