[issue27980] Add better pythonw support to py launcher

Eryk Sun report at bugs.python.org
Tue Sep 6 15:09:59 EDT 2016


Eryk Sun added the comment:

py.exe is a console application. There's no point in using it to run pythonw.exe. Use pyw.exe, as Zachary suggests. Or better yet, just run `MyGuiApp.pyw %*`. Unless you've reconfigured the .pyw file association, it should run via pyw.exe.

----------
nosy: +eryksun
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27980>
_______________________________________


More information about the Python-bugs-list mailing list