Christopher Barker wrote:
use wxHTML -- this is simple and fast, and I think there is a
help-browsing app built in wxPython already,
here it is:
wx.html.HtmlHelpController
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959
Kevin Walzer wrote:
Not all parts of this are relevant, since I'm using Tkinter and bumping
up against Tk's limited support for displaying HTML, but it will give
you an idea of the issues.
Since you're using wxPython, can't you just call either the wxHelp API
(a bit complicated if I recall co
Don McGuire wrote:
Is there a way to "compile" the python code and get access to the
symbol table from that compiled block?
Did anybody ever implement AutoComplete in a editor for Python?
You might want to try the pyXIDEs list -- this certainly isn't a
Mac-specific question:
pyxi...@googleg