24 Nov
2002
24 Nov
'02
6:19 p.m.
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