[PyQt] Cleanest c++/pyqt/pyqtdeploy stack on windows?

Patrick Stinson patrickkidd at gmail.com
Sun Jan 5 06:39:26 GMT 2020


I have a pyqt5 app that has a fairly straightforward c++ extension. I am trying to figure out the cleanest dev/release stack for windows. I would install PyQt with pip but then I don’t get sip.h etc for the c++ extension.

Do other build the whole dev sysroot from source, or by some other way?

-Patrick


More information about the PyQt mailing list