[Zope] LodalFS and zope 2.5.0

Dieter Maurer dieter@handshake.de
Wed, 13 Feb 2002 20:04:06 +0100


Jens-E. Hansen writes:
 > Are there any konwn issues concerning zope 2.5.0 and LocalFS?
 > I get errors installing this product:
 > 
 > Traceback (most recent call last):
 >   File "/usr/local/zope/Zope-2.5.0-src/lib/python/OFS/Application.py", line 531, in import_product
 >     product=__import__(pname, global_dict, global_dict, silly)
 > ...
 >   File "/usr/lib/python2.1/traceback.py", line 13, in _print
 >     file.write(str+terminator)
 > IOError: [Errno 5] Input/output error
You shall receive a traceback for an exception, but the current
file object cannot be written. This may happen, when you
start Zope in a dialog and then close this dialog...


Dieter