Hi
I have a GUI application (wxpython) that calls another GUI
Application. I m using os.system (cmd) to launchThe second GUI, in the second GUI I m trying to open the html file using the os.startfile (filename) function but It takes lots of time to open the html file. If I am running only the second application then 'os.startfile' quickly open the html file. Any one can help me to solve this problem. Thanks. Sibtey
-- http://mail.python.org/mailman/listinfo/python-list
