技术坑
Qt for Python使用PySide报错DLL load failed
mtsym 发表于2019-07-07 浏览6288 评论0
Qt for Python出来有一段时间了, 之前很多小工具都一直在用PyQt写, 从Qt 5.12开始就尝试了一下PySide, 今天升级到5.13版本之后, 运行一个Python的项目发现shiboken2报如下错误
from .shiboken2 import *
ImportError: DLL load failed: The specified procedure could not be found.
我检查了一下pyside2、shiboken2都是最新