Sascha Heid | 11 Jul 2005 21:25
Picon

[documancer] Re: error on startup

I could get rid of the error by deleting ~/.documancer and now it is
starting but it is still not working right.
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:
http://localhost:54554/abs-guide//usr/share/doc/abs-guide-3.5/HTML/index.html

Also it does still not detect wxmozilla, even though i recompiled
mozilla, wxpython and wxmozilla (with --enable-python).

Regards,
Sascha

-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
Vaclav Slavik | 11 Jul 2005 21:47
Gravatar

Re: [documancer] Re: error on startup

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 
included in wrong wxPython version, maybe it's compiled against wrong 
wxGTK, maybe you're missing some libraries, I don't know. But either 
way, it's a problem with your wxMozilla installation, not Documancer 
-- Documancer doesn't do anything special, just "import 
wxPython.mozilla". You need to verify wxMozilla works. Incomplete, 
but usually sufficient test is:

>>> import wxPython
>>> import wxPython.mozilla
>>> wxPython.mozilla.__version__
(0, 5, 6)
>>>

HTH,
Vaclav

--

-- 
PGP key: 0x465264C9, available from http://pgp.mit.edu/

Gmane