From: Vaclav S. <vs...@fa...> - 2005-07-11 19:47:32
|
Sascha Heid wrote: > I made a new book of html sites and when i try to open it i get > this error: Unable to open requested HTML document: I told you: you're going to be disappointed without wxMozilla... > Also it does still not detect wxmozilla, even though i recompiled > mozilla, wxpython and wxmozilla (with --enable-python). Clearly, you don't have wxMozilla installed properly. Maybe it's=20 included in wrong wxPython version, maybe it's compiled against wrong=20 wxGTK, maybe you're missing some libraries, I don't know. But either=20 way, it's a problem with your wxMozilla installation, not Documancer=20 =2D- Documancer doesn't do anything special, just "import=20 wxPython.mozilla". You need to verify wxMozilla works. Incomplete,=20 but usually sufficient test is: >>> import wxPython >>> import wxPython.mozilla >>> wxPython.mozilla.__version__ (0, 5, 6) >>> HTH, Vaclav =2D-=20 PGP key: 0x465264C9, available from http://pgp.mit.edu/ |