running external programs

Fedor Baart fedor at mailandnews.com
Wed Sep 18 09:21:42 EDT 2002


You might want to try:

import webbrowser
webbrowser.open('url')

or

import os
os.system('application')


"Jonathan Beebe" <jonbeebe85 at yahoo.com> wrote in message
news:p%_h9.507714$UU1.83878 at sccrnsc03...
> Is there a function or library i can import that i can use to run external
> programs from within my program?
>
> example:
>
> runprogram("iexplore.exe")
>
> thanx,
> -JONATHAN BEEBE
>
>
>





More information about the Python-list mailing list