run exe and create exe

r rt8396 at gmail.com
Sun Oct 11 11:53:08 EDT 2009


On Oct 11, 10:15 am, daved170 <daved... at 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.



More information about the Python-list mailing list