[Pythonmac-SIG] Can't register Apple Help book with Carbon.AHmodule

Roger Binns rogerb at rogerbinns.com
Tue May 31 08:19:54 CEST 2005


>> from Carbon import AH
>> import os
>> path = ??
>> AH.AHRegisterHelpBook(path)
> 
> This stuff is probably way deprecated.  Look in the Apple docs.

That particular function isn't.  The Apple docs basically say you
can use the plist stuff (without giving sufficient detail for
a non-Mac native developer to succeed) or you can use the
function above which doesn't seem to work (the index doesn't
get used).

If anyone does manage to get working help with a wxPython app
then please post about it and update the wiki at
http://wiki.wxpython.org/

Roger


More information about the Pythonmac-SIG mailing list