On Fri, Sep 10 2010, Muddy Coder wrote: > Hi Folks, > > For a quick testing purpose, I deliver .pyc files to my customer. I > don't want the black DOS console appearing behind my GUI, but I have > no idea how to do it. Somebody can help? Thanks! > > > Cosmo
I don't really use Windows any more, so I might be off the mark, but I think that you need to look into using pythonw.exe instead of python.exe. Solving your problem might be as easy as changing the name of your file from foo.py to foo.pyw. Jason -- http://mail.python.org/mailman/listinfo/python-list