
wrb302 at gmail
May 22, 2007, 11:25 PM
Post #1 of 2
(22 views)
Permalink
|
|
how to execute a system command?
|
|
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. -- http://mail.python.org/mailman/listinfo/python-list
|