[Zope] ExtFile & Zope 2.3.3 & Python 2.1.3

Dirk Datzert dirk.datzert@tks-rasselstein.thyssenkrupp.com
Thu, 30 May 2002 13:20:25 +0200


Hi,

I have installed latest ExtFile on Zope 2.3.3 running under Python
2.1.3.
On adding an ExtFile I get the following traceback:

Error Type: AttributeError
Error Value: write

Traceback (innermost last):
  File /usr/local/Zope-2.3.3-rhg/lib/python/ZPublisher/Publish.py, line
224, in publish_module
  File /usr/local/Zope-2.3.3-rhg/lib/python/ZPublisher/Publish.py, line
187, in publish
  File /usr/local/Zope-2.3.3-rhg/lib/python/Zope/__init__.py, line 227,
in zpublisher_exception_hook
  File /usr/local/Zope-2.3.3-rhg/lib/python/ZPublisher/Publish.py, line
171, in publish
  File /usr/local/Zope-2.3.3-rhg/lib/python/ZPublisher/mapply.py, line
160, in mapply
    (Object: manage_addExtFile)
  File /usr/local/Zope-2.3.3-rhg/lib/python/ZPublisher/Publish.py, line
112, in call_object
    (Object: manage_addExtFile)
  File /usr/local/Zope-2.3.3-rhg/lib/python/Products/ExtFile/ExtFile.py,
line 101, in manage_addExtFile
    (Object: ElementWithAttributes)
  File /usr/local/Zope-2.3.3-rhg/lib/python/Products/ExtFile/ExtFile.py,
line 371, in manage_file_upload
    (Object: CatalogAware)
  File /usr/local/Zope-2.3.3-rhg/lib/python/Products/ExtFile/ExtFile.py,
line 489, in _copy
    (Object: CatalogAware)
AttributeError: (see above)

What is the problem ? The var/reposit directory and sub-dirs are created
correct.

Regards,
Dirk