>> 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
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to