[wxPython] Can't find htmlhelpc in Windows

When I tried to use wxHtmlHelpControler I get an ImportError on module
htmlhelpc when I import wxPython.htmlhelp. I look, and sure enough, its not
there. Is this missing in the Windows download or did I screw up when I
installed it? Everything else seems to be working. How do I fix this?

Thanks for any help.

Tom Wielenga

When I tried to use wxHtmlHelpControler I get an ImportError on module
htmlhelpc when I import wxPython.htmlhelp. I look, and sure enough, its

not

there. Is this missing in the Windows download or did I screw up when I
installed it? Everything else seems to be working. How do I fix this?

Import wxPython.html first, htmlhelpc is actually embedded inside htmlc.

ยทยทยท

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!