how to execute a system command?

wrb wrb302 at gmail.com
Wed May 23 02:25:07 EDT 2007


i want to open  a excel file in a button click event.
i found that os.popen4("excel.xls") would work but it is too slow
(much slower than i execute "excel.xls" in command line. ) even worse,
until excel is closed, the GUI has no response to user action.

any advice would be helpful.



More information about the Python-list mailing list