[PyQt] Issue with PyQt5 wheel on Windows

Hadrien Mary marelo64 at gmail.com
Fri Jan 13 14:27:39 GMT 2017


Hello,

Here is the error I have :

```
# python -c "import PyQt5.QtCore"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: DLL load failed: The specified module could not be found.
```

Here are the steps to reproduce the bug using Anaconda :

```
$ conda create -n cadnano python=3.6 numpy pandas
$ activate cadnano
$ pip install pyqt5
$ python -c "import PyQt5.QtCore"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: DLL load failed: The specified module could not be found.

```

My system :

```
$ conda info
Current conda install:

               platform : win-64
          conda version : 4.2.9
       conda is private : False
      conda-env version : 4.2.9
    conda-build version : 2.0.2
         python version : 3.5.2.final.0
       requests version : 2.11.1
       root environment : C:\Users\hadim\Anaconda3  (writable)
    default environment : C:\Users\hadim\Anaconda3
       envs directories : C:\Users\hadim\Anaconda3\envs
          package cache : C:\Users\hadim\Anaconda3\pkgs
           channel URLs : https://conda.anaconda.org/conda-forge/win-64/
                          https://conda.anaconda.org/conda-forge/noarch/
                          https://repo.continuum.io/pkgs/free/win-64/
                          https://repo.continuum.io/pkgs/free/noarch/
                          https://repo.continuum.io/pkgs/pro/win-64/
                          https://repo.continuum.io/pkgs/pro/noarch/
                          https://repo.continuum.io/pkgs/msys2/win-64/
                          https://repo.continuum.io/pkgs/msys2/noarch/
            config file : C:\Users\hadim\.condarc
           offline mode : False
```

Any idea what is going on ?

(of course the same is working on Linux)

Thank you

--
HadiM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20170113/23a9a538/attachment.html>


More information about the PyQt mailing list