Antwort: [Python-de] microsoft explorer+python
Axel_Gerke at peacock.de
Axel_Gerke at peacock.de
Wed Oct 23 11:34:38 EDT 2002
Hallo Josef,
afaik müsste das mit
import os
path = "C:\Pfad\zum\Microsoft Internet Explorer\IEXPLORE.EXE"
args = "www.google.de"
os.execv(path, args)
funktionieren.
evtl. musst du vor dem Backslash im Pfadnamen einen zusätzlichen Backslash
stellen.
ansonsten schaue in der Doku unter os und sys nach.
Gruß
Axel
aus
afaik
Josef Cihal, 23.10.2002 09:16:16
>wie kann ich microsfot expolrer öffnen und mit einer Seite direkt:
>
>z.b. www.google.de
>
>danke
>
>josef
>
>
>_______________________________________________
>Python-de maillist - Python-de at starship.python.net
>http://starship.python.net/mailman/listinfo/python-de
More information about the Python-de
mailing list