need of help

Harlin harlinseritt at yahoo.com
Thu Feb 17 07:15:54 EST 2005


Need more info on this. Are you:

1. Trying to create a GUI window of your own making? If so, what
toolkit are you using?

2. Trying to open a web browser? If so, you can do the following:

import os

os.system('path/to/executable options')

or

os.startfile('pagename.html')




More information about the Python-list mailing list