[PyQt] ImportError: DLL load failed with experimental wheel

Julien Duponchelle julien at gns3.net
Mon Apr 11 10:24:14 BST 2016


Sorry I type PyQt5. I redacted the message on a different computer an old
reflex.

I confirm that I got the problem with PyQt5

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

> On 11 Apr 2016, at 10:04 am, Julien Duponchelle <julien at gns3.net> wrote:
> >
> > Hi,
> >
> > I have a fresh windows 10 x64 installation with Python 3.5. (Never
> installed a different version of Python, PyQt or never installed Qt, never
> installed Visual Studio).
> >
> > I installed the wheel via a pip install URLOFWHEEL
> >
> > I can run:
> > import PyQt5
> >
> > But if do:
> > from PyQt4 import QtCore
> >
> > I got:
> > ImportError: DLL load failed: Le module spécifié est introuvable
> >
> > If I translate the last part of the error from french:  The specified
> module could not be found
>
> ...because the wheels are for PyQt5 not PyQt4.
>
> Phil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20160411/c87bca2f/attachment.html>


More information about the PyQt mailing list