Re: [Pythonmac-SIG] Using AHRegisterHelpBook

2009-05-04 Thread Christopher Barker
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

Re: [Pythonmac-SIG] Using AHRegisterHelpBook

2009-05-04 Thread Christopher Barker
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

Re: [Pythonmac-SIG] AutoComplete in C++ Editor for Python

2009-05-04 Thread Christopher Barker
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