launching netscape from python

Oleg Broytmann phd at phd.pp.ru
Thu Dec 20 05:27:59 EST 2001


On Thu, Dec 20, 2001 at 11:02:43AM +0100, anthony harel wrote:
> I wanted to know the best way to launch netscape (or internet
> explorer) from a python application.
> For the moment I'm using os.system with the command line in
> argument, but I'm sure it's not the best way to do it.
> This have to work under windows and UNIX.

   http://www.python.org/doc/current/lib/module-webbrowser.html

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.




More information about the Python-list mailing list