Possible Duplicate:
How to avoid console window with .pyw file containing os.system call?
Given a piece of Python code like this:
import os
os.system('set')
The CMD window pops up each time, despite me saving the file as a .pyw
! Any help appreciated