Re: Installing pyqt5 with sip and qmake executables on ubuntu

Patrick Stinson <[email protected]> Sun, 26 Apr 2020 16:40:43 -0800
Newsgroups gmane.comp.python.pyqt-pykde
Message-ID <[email protected]>
As mentioned, I am using the qmake and sip exes to build sip extensions that use qt for Mac windows and Linux.

Does the sip on pypi install the sip exe?

Qt 6 will move to cmake so that is the future. It may solve this problem in the long run. But not yet.

> On Apr 26, 2020, at 4:15 PM, michael h <[email protected]> wrote:
> 
> 
>> 
>> > 
>> > Is building qt/python/sip/pyqt5 the only way to install pyqt5 along with the sip and qmake exe’s so you can build extensions as well as run the project?
>> > 
>> 
> 
> I install sip5 from pypi and use that (it was fairly trivial to migrate from sip4 for me, if you're still on that). However, the library i'm wrapping is built using cmake (which builds against Qt from the official installer) so I can't comment extensively on using qmake directly.
> 
> I wouldn't expect pyqt5 to ship with qmake (and seems like you'd need headers and libs anyways). What are you using qmake for?
> 
>