[PyQt] pyqtdeploy: Adding complex third-party extensions

Patrick Stinson patrickkidd at gmail.com
Fri Feb 1 08:50:33 GMT 2019


Hello,

What is the recommended way to add a rather complex Python/CPython extension module to a pyqtdeploy project? Is it to manually add the python files under “Other Packages” and the C files under “Other Extension Modules”? Or maybe add the C files under the qmake config?

I want to add pycryptodome, which uses both python and C files. It’s setup.py is attached.

-Patrick

-------------- next part --------------
A non-text attachment was scrubbed...
Name: setup.py
Type: text/x-python-script
Size: 16502 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20190131/04296beb/attachment-0001.bin>


More information about the PyQt mailing list