Eryk Sun added the comment: > Naturally pyw -h produces no output
It needs help: `pyw -h 2>&1 | more`. This sets the StandardOutput and StandardError as the write end of a pipe. more.com reads from the pipe and pages the help text to the console. Maybe this needs a new issue to have `pyw -h` pop up a message box with the help text. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27980> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com