Tian wrote:
In Windows, I have been simply using os.system() to run command line
program in python. but there will be a black console window. How can I
run the program without invoking that window? i guess there are some
function with which I can redirect the output?


name your scripts with .pyw extensions instead of .py extensions -- http://mail.python.org/mailman/listinfo/python-list

Reply via email to