Re: need of help

2005-02-17 Thread Harlin
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

need of help

2005-02-17 Thread Tarik Messaoudi
Hello, Please I need of help about : * how to display an browser window * how to display a window in the midle of the screen and finaly how to insert an image in a canvas within a program -- http://mail.python.org/mailman/listinfo/python-list