0
新しいバージョンのAnaconda(Python 3.6)をインストールしましたが、PyQtをインポートできません。 これを3回再インストールし、<>\Anaconda3.6\Lib\site-packages\PyQt5\Qt\bin
〜PATH
という変数を追加しました。しかし、それは役に立たなかった。PyQt5でImportErrorを修正するには?
$ python
Python 3.6.0 |Anaconda 4.3.1 (64-bit)| (default, Dec 23 2016, 11:57:41) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import PyQt5.QtCore
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: DLL load failed: Could not find the specified module