[PyQt] ImportError: DLL load failed with experimental wheel

Phil Thompson phil at riverbankcomputing.com
Mon Apr 11 10:10:29 BST 2016


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


More information about the PyQt mailing list