Hello Phil, assuming you are using a Windows platform this isue could result from PyQt5 using a version of Qt compiled against a newer SSL library than is part of the Python installation. In that case PyQt5 would pick up the Python one resulting in such kind of issues. Updating Python to 3.7.4 would solve the issue.
All this is just an assumption as you did not give any version and platform information. Detlev Am Samstag, 21. September 2019, 12:09:38 CEST schrieb Phil: > Thank you for reading this. > > I asked about this last May but was unable make use of the replies to > solve the problem. Inspired by the latest version of Eric, because of > micropython support, I thought I'd make another attempt. However, I'm > still no wiser. > > These are the two error messages: > > Error: TLS initialization failed > > qtqt.network.ssl: QSslSocket: cannot call unresolved function d2i_X509 > > I have openssl and libssl-dev, both are version 1.1.1b from the Ubuntu > repository. > > Can anyone offer any suggestions on how I might get to enjoy Eric again? > > This version of Eric was installed using pip3. -- Detlev Offenbach [email protected] _______________________________________________ Eric mailing list [email protected] https://www.riverbankcomputing.com/mailman/listinfo/eric
