[PyQt] QtCore missing from PyQt5 5.8.1.1

Cody Scott cody at perspexis.com
Wed Mar 15 13:44:35 GMT 2017


I believe you are missing python3.dll
https://github.com/ContinuumIO/anaconda-issues/issues/1394

You can get it from the embeddable Python download for your Python version
from python.org and then place it in your Anaconda install directory.

For you the download would be

https://www.python.org/ftp/python/3.5.3/python-3.5.3-embed-win32.zip

Alternatively you can use http://www.dependencywalker.com and use it
QtCore.pyd and see which .dll is missing

On Wed, Mar 15, 2017 at 5:29 AM, Fredrik Averpil <fredrik at averpil.com>
wrote:

> I just pip installed PyQt5 on Windows 10 64-bit and got this:
>
> Python 3.5.3 | packaged by conda-forge | (default, Feb  9 2017, 15:12:38) [MSC v.1900 64 bit (AMD64)] on win32
> Type "help", "copyright", "credits" or "license" for more information.>>> import PyQt5>>> from PyQt5 import QtCore
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
> ImportError: DLL load failed: The specified module could not be found.
>
> The wheel name:
> PyQt5-5.8.1.1-5.8.0-cp35.cp36.cp37-none-win_amd64.whl
>
> Cheers,
> Fredrik
>>
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> https://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20170315/c3db4bcd/attachment.html>


More information about the PyQt mailing list