[PyQt] A Heads Up for PyQt Packagers
Phil Thompson
phil at riverbankcomputing.com
Sun Jun 24 09:48:20 BST 2018
On 24 Jun 2018, at 3:55 am, Kovid Goyal <kovid at kovidgoyal.net> wrote:
>
> How is one supposed to build one's own PyQt extensions. Currently I do
> that by calling the system wide sip binary to process the SIP files. I
> assume I now have to use the sip binary bundled with PyQt? Is there one?
> And if so, how do I get the path to it?
There is no private copy of the code generator, just an extra flag to generate a private copy of the module. See...
http://pyqt.sourceforge.net/Docs/sip4/using.html#building-a-private-copy-of-the-sip-module
Phil
More information about the PyQt
mailing list