Support for gui-scripts in pyqtbuilder?
Steve Borho <[email protected]> Fri, 1 May 2020 11:45:00 -0500
| Newsgroups | gmane.comp.python.pyqt-pykde |
|---|---|
| Message-ID | <[email protected]> |
Hello, The sipbuild and pyqtbuild classes support “console_scripts", but they don’t seem to support “gui_scripts” which in setuptools are the same except they use pythonw.exe on Windows so they do not open a console window. Is there some other mechanism to force the autogenerated shim exe use pythonw? Thanks, Steve Borho