[Zope] ZClass Follies

Dieter Maurer dieter@handshake.de
Sun, 24 Nov 2002 19:19:16 +0100


Edward Pollard writes:
 > In experementing with creating new products with ZClasses, I've managed 
 > to create some objects I cannot delete. When I try to delete them, I get.
 > 
 > Error Type: IOError
 > Error Value: [Errno 5] Input/output error
 > 
 > Any thoughts on how to clean this up?
Probably, some piece of software wants to output some message and
can't.

As a general rule: When you report a problem, include the traceback.
  It tells you (and us) where the problem surfaced.
  This is essential to determine what kind of problem this is.

As another general rule: activate Zope logging (--> doc/LOGGING.txt)
  and look into the log file.


Dieter