How to start up the default web browser on win32

Mark Hammond mhammond at skippinet.com.au
Wed Mar 1 17:38:13 EST 2000


As Sean said, you can use os.system, or you can use
win32api.ShellExecute() if you have the win32all extensions
installed...

Mark.

"T. C. Huang" <a00tch00 at nchc.gov.tw> wrote in message
news:38BC5742.CE330192 at nchc.gov.tw...
> Hi,
>
>      I want to write a python script to start up the default web
browser
> on Win32 platform. I'm not
> familiar with Win32, anyone can help me?
>
> T. C. Huang
>





More information about the Python-list mailing list