[PyQt] ImportError: DLL load failed with experimental wheel

Julien Duponchelle julien at gns3.net
Mon Apr 11 15:19:27 BST 2016


Hi,

I found the issue: msvcp140.dll is missing

If I add it, it solve the issue and my application can start.

Another probably missing part is OpenSSL DLL. QSslSocket show error about
missing function but I have not investiguate this topic.


On Mon, Apr 11, 2016 at 11:31 AM Phil Thompson <phil at riverbankcomputing.com>
wrote:

>
> > On 11 Apr 2016, at 10:24 am, Julien Duponchelle <julien at gns3.net> wrote:
> >
> > Sorry I type PyQt5. I redacted the message on a different computer an
> old reflex.
> >
> > I confirm that I got the problem with PyQt5
>
> Can you use a dependency tracker (like http://www.dependencywalker.com)
> to see what the missing DLL is?
>
> Phil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20160411/07ac1bf1/attachment.html>


More information about the PyQt mailing list