[PyQt] Problems building PyQt with Python 3.8.1 on Windows

Boudewijn Rempt boudewijnrempt at gmail.com
Wed Feb 19 17:00:25 GMT 2020


We've finally found the problem. The main thing was that using -j8 messed
up the generation of the the pyi files; we needed to use -j1. The other
problem was that in our dev envs we had mingw in the path; on the binary
factory not, and that broke the builds on the binary factory because the
C++ dll's couldn't be loaded.

Boudewijn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20200219/1716d247/attachment.html>


More information about the PyQt mailing list