Re: poblem regarding opening a html file

2008-12-29 Thread Aaron Brady
On Dec 29, 6:10 am, "Hendrik van Rooyen" wrote: > Sibtey Mehdi  wrote: > >Hi > >            I have a GUI application (wxpython) that calls another GUI > > Application. I m using os.system (cmd) >to launch>The second GUI, in the > second GUI I m trying to open the html file using the > > os.startf

Re: poblem regarding opening a html file

2008-12-29 Thread Hendrik van Rooyen
Sibtey Mehdi wrote: >Hi >I have a GUI application (wxpython) that calls another GUI Application. I m using os.system (cmd) >to launch >The 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

poblem regarding opening a html file

2008-12-29 Thread Sibtey Mehdi
Hi I have a GUI application (wxpython) that calls another GUI Application. I m using os.system (cmd) to launch The 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 run