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')

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to