Re: Support for gui-scripts in pyqtbuilder?

Phil Thompson <[email protected]> Thu, 07 May 2020 15:53:51 +0100
Newsgroups gmane.comp.python.pyqt-pykde
Message-ID <[email protected]>
On 01/05/2020 17:45, Steve Borho wrote:
> 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?

Support for this will be in SIP v5.3 and PyQt-builder v1.4 (expected 
when PyQt v5.15 is released at the end of the month).

Phil