[PyQt] [pyqtdeploy] Missing blake2 and sha3

Ilya Kulakov kulakov.ilya at gmail.com
Tue Nov 21 22:02:31 GMT 2017


Fixed by explicitly specifying _sha3 and _blake2 in the project file.

> On Nov 17, 2017, at 1:31 PM, Ilya Kulakov <kulakov.ilya at gmail.com <mailto:kulakov.ilya at gmail.com>> wrote:
> 
> Hi,
> 
> When compiling for Python 3.6 an import of hashlib fails on macOS and Linux with "code for hash * was not found" for the corresponding algorithms.
> I'm using pyqtdeploy 1.3.2, ssl="1" is set in the project files.
> 
> A side question #1, what is exactly the meaning of ? and ! in python metdata? Does "!" mean that package should only be included if SSL enabled?
> A side question #2, why does md5, sha1 etc work while I do not see corresponding sources files, e.g. sha1module.c, being compiled?
> 
> 
> Best Regards,
> Ilya Kulakov

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20171121/a393f9ee/attachment.html>


More information about the PyQt mailing list