On Oct 11, 10:15 am, daved170 <daved...@gmail.com> wrote: > Hi everybody, > I have 2 questions: > 1) I created my python application. It has QT Gui. How can I make exe > of it? I don't want everytime I run the file it'll open the command > line window which does nothing.
If you want to run your script without the command line popping up... 1. rename the script to myscript.pyw *OR* 2. run the script by C:\\PYVER\\pythonw.exe myscript.py if you want an exe check out py2exe... Google knows where to find it. -- http://mail.python.org/mailman/listinfo/python-list