[Pythonmac-SIG] Using AHRegisterHelpBook
Kevin Walzer
kw at codebykevin.com
Sun May 3 23:29:36 CEST 2009
Don McGuire wrote:
> I checked the Python 3.0 docs: all Carbon modules are removed, as you
> stated. So to launch the Help viewer nowadays, are you making calls to
> Cocoa? Or are you just launching the default web browser and skipping the
> Help viewer altogether?
>
You can also open the Help Viewer directly with something like this:
os.system('open -a Help Viewer.app /path/to/help.html')
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
More information about the Pythonmac-SIG
mailing list