我在Ubuntu,python2.7和pyqt4安装上安装了wine。但是当我尝试导入pyqt4
时,它会显示错误:
john@Ubuntu-python:~/.wine$ wine python
Python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:42:59) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from PyQt4.QtCore import *
err:module:import_dll Library python34.dll (which is needed by L"C:\\Python27\\lib\\site-packages\\PyQt4\\QtCore.pyd") not found
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: DLL load failed: Module not found.