Hi all,
i get this error on startup:
sascha@sta ~ $ documancer=20
warning: using minimalistic HTML renderer (wxHTML),
please install wxMozilla!
Traceback (most recent call last):
File "/usr/bin/documancer", line 89, in ?
gui.app.run()
File "/usr/lib/documancer/gui/app.py", line 109, in run
app =3D DocumancerApp()
File "/usr/lib/documancer/gui/app.py", line 65, in __init__
wxApp.__init__(self, redirect=3DdoRedirect)
File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/_core.py",
line 6151, in __init__
self._BootstrapApp()
File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/_core.py",
line 5803, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "/usr/lib/documancer/gui/app.py", line 79, in OnInit
book.loadBooks()
File "/usr/lib/documancer/book.py", line 265, in loadBooks
book =3D loadBook(file)
File "/usr/lib/documancer/book.py", line 246, in loadBook
burl =3D string.replace(node.getAttribute('url'), "/" +
utils.mangleBookName(title), "")
NameError: global name 'string' is not defined
I have this software installed:
documancer-0.26
python-2.4
wxpython-2.6
Blackdown JDK 1.4.2.02
wxmozilla-0.5.4
OS is gentoo linux.
Regards,
Sascha
PS: Documancer is a great piece of software, thank you very much :)
|