2017-04-10 10 views
0

新しいバージョンのAnaconda(Python 3.6)をインストールしましたが、PyQtをインポートできません。 これを3回再インストールし、<>\Anaconda3.6\Lib\site-packages\PyQt5\Qt\binPATHという変数を追加しました。しかし、それは役に立たなかった。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 

答えて

1

python.orgからあなたのアナコンダのディレクトリにファイルpython3.dllを追加してください。 私の場合、私はそこにしかいなかったpython36.dll

関連する問題