Need help with TCP/IP client access from Windows
Eric S. Raymond
esr at thyrsus.com
Fri Jul 30 00:55:36 EDT 1999
More information about the Python-list mailing list
Fri Jul 30 00:55:36 EDT 1999
- Previous message (by thread): Need help with TCP/IP client access from Windows
- Next message (by thread): Need help with TCP/IP client access from Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Mike Fletcher <mcfletch at vrtelecom.com>: > 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. Really? That sounds perfect. Just for my information, what is `start'? -- <a href="http://www.tuxedo.org/~esr">Eric S. Raymond</a> The common argument that crime is caused by poverty is a kind of slander on the poor. -- H. L. Mencken
- Previous message (by thread): Need help with TCP/IP client access from Windows
- Next message (by thread): Need help with TCP/IP client access from Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list