Re: [wxPython-users] chm help
by Peter Damoc other posts by this author
Jul 23 2004 7:11AM messages near this date
Re: [wxPython-users] chm help
|
Re: [wxPython-users] chm help
On Thu, 22 Jul 2004 14:44:26 -0400, Schoenborn, Oliver
<Oliver.Schoenborn@[...].ca> wrote:
> > > Hi!
> > >
> > > How can I use chm files for the help menu?
> >
> > create the CHMs and bind the menu event to something like
> > os.startfile(path_to_chm_file)
> >
> > --
> > Peter Damoc
>
> Any way to make this work on Linux?
> Oliver
almost the same way... use
http://gnochm.sourceforge.net/
and spawn a new process :) ,look at os module for something appropriate :)
--
Peter Damoc
Hacker Wannabe
http://www.sigmacore.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@[...].org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
Thread:
Schoenborn, Oliver
Roger Binns
Roger Binns
Robin Dunn
Peter Damoc
Robin Dunn
|