Hi,
Robin, are there any plans to add wxHelpController classes to wxPython? I found htmlhelp.py, but htmlhelpc.so is not compiled on my system for some reason, so not even wxHtmlHelpController works...
thanks, Vaclav
-- PGP key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x465264C9
Vaclav Slavik wrote:
Hi, Robin, are there any plans to add wxHelpController classes to wxPython?
Robin, are there any plans to add wxHelpController classes to wxPython?
It's on my ToDo list.
I found htmlhelp.py, but htmlhelpc.so is not compiled on my system for some reason, so not even wxHtmlHelpController works...
It is there, but linked with html.so. So just import wxPython.html before wxPython.htmlhelp and it will work.
-- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
Robin Dunn wrote:
Thanks!
VS