On May 23, 2:25 pm, wrb <[EMAIL PROTECTED]> wrote:
> 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 slowhave you tried os.startfile -- http://mail.python.org/mailman/listinfo/python-list
