I keep getting an error :
"TypeError: issubclass() arg 1 must be a class"

On debugging i  found that its due  to the issubclass method being passed a
nontype object instead of a class.
During the debugging process i find that the above mentioned error is due to
the persistance class.The exact message i get is :
"Unable to get repr for <class 'persistent.mapping.PersistentMapping'>"

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.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to