[Zope] [Ann] DocFinder 0.1: ask Zope about its documentation
Dieter Maurer
dieter@handshake.de
Mon, 12 Feb 2001 22:50:59 +0100 (CET)
Loren Stafford writes:
> I just tried to install DocFinder under Zope version 2.2.2
>
> D:\Zope222>"d:\Zope222\bin\python.exe" "d:\Zope222\z2.py" -D
> ------
> 2001-02-12T18:31:04 ERROR(200) Zope Couldn't import Products.DocFinder
> Traceback (innermost last):
> File D:\Zope222\lib\python\OFS\Application.py, line 397, in
> import_products
> (Object: string)
> File d:\Zope222\lib\python\Products\DocFinder\__init__.py, line 1, in ?
> File d:\Zope222\lib\python\Products\DocFinder\construct.py, line 3, in ?
> ImportError: cannot import name DTMLFile
>
> Is this easily fixable?
Apparently, "DTMLFile" is Zope 2.3 stuff.
You can try to replace it with "HTMLFile".
I will soon release version 0.2:
* it will handle the problem you found
* and I detected that it is far more difficult
to apply "showDocumentation" to an object than I had
expected
I hope 0.2 will fix both problems.
Dieter