Antwort: [Python-de] microsoft explorer+python

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@starship.python.net http://starship.python.net/mailman/listinfo/python-de
_______________________________________________ Python-de maillist - Python-de@starship.python.net http://starship.python.net/mailman/listinfo/python-de
participants (1)
-
Axel_Gerke@peacock.de