[Topic DIscussion] PyQt5的QWebEngineView不能用
Tofloor
poster avatar
wenhongxing
deepin
2021-08-11 06:47
Author

报告缺xcb插件,安装时发现是深度自己另外改了个,PyQt的插件和他冲突了,不知道怎样解决?

Reply Favorite View the author
All Replies
houyawei
deepin
2021-08-11 18:20
#1

我上周刚好新搭了个deepin环境,跑了一个我不熟悉的pyqt5,你看是不是一个问题https://blog.csdn.net/u011738895/article/details/119109788?spm=1001.2014.3001.5501

 

原因就是Debian系上,一个依赖库不叫libxcb-util.so.1,而叫libxcb-util.so.0

Reply View the author
Comments
wenhongxing
2021-08-13 08:15
多谢多谢。按照你这个加了个软连接就行了。真不错。
gfdgd_xi
deepin
Ecological co-builder
2021-08-12 01:20
#2
sudo apt install -qq libglu1-mesa-dev libx11-xcb-dev '^libxcb*'
Reply View the author
Comments
wenhongxing
2021-08-13 08:15
没看懂这个命令。