PyQt5 的导入带有此错误:
C:\Python364>python.exe
Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:54:40) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from PyQt5.Qt import *
如果我使用python模块PyQt5的正常导入,则不会显示此错误:
C:\Python364>python.exe
Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:54:40) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import PyQt5
>>> from PyQt5 import *
>>>
该问题涉及与以下相关的几个问题:
Python完整性;
PyQt5模式的完整性;
Windows 8.1 操作系统的完整性;
出现这种情况正常吗?
DIEA
皈依舞
交互式爱情
相关分类