[PyQt] private sip 5 for pyqt?

Phil Thompson phil at riverbankcomputing.com
Sat Nov 30 11:42:25 GMT 2019


On 30/11/2019 01:26, William Kyngesburye wrote:
> On Nov 29, 2019, at 4:52 PM, Phil Thompson 
> <phil at riverbankcomputing.com> wrote:
>> 
>> On 29/11/2019 20:21, William Kyngesburye wrote:
>>> (error is when trying to build PyQt3D, but error comes from PyQt)
>>> I installed sip with pip.  so no private PyQt sip.
>> 
>> A private sip module is created by sip v5, not included with it. 
>> See...
>> 
>> https://www.riverbankcomputing.com/static/Docs/sip/examples.html#package-projects
>> https://www.riverbankcomputing.com/static/Docs/sip/command_line_tools.html#sip-module
>> 
> OK, but how do I build sip 5 as a private module for PyQt?  As I
> stated in the first email, the sip 5 source does not have
> configure.py.  It's now setup.py, and I don't see the --sip-module
> option to create the private sip.

As it suggests in the docs I linked to...

     sip-module --sdist PyQt5.sip
     pip install PyQt5_sip-12.7.9.tar.gz

Phil


More information about the PyQt mailing list