Need help with TCP/IP client access from Windows

Mike Fletcher mcfletch at vrtelecom.com
Thu Jul 29 22:07:21 EDT 1999


About the only way I know to do this at all reliably...

import os
os.system( 'start %s'%url )

Which does whatever the user has defined as the proper thing to do with
urls, normally, launch IE or Netscape.

Hope this helps,
Mike

-----Original Message-----
From: python-list-request at cwi.nl [mailto:python-list-request at cwi.nl]On
Behalf Of Eric S. Raymond
Sent: July 29, 1999 4:33 PM
To: python-list at cwi.nl
Subject: Need help with TCP/IP client access from Windows
...
(3) Is there a reliable way for Python programs under Windows to point a
local
    browser at a specified URL?
...





More information about the Python-list mailing list