ImportError: No module named 'PyQt4.QtWebKit'

本小妞迷上赌 提交于 2021-01-29 16:56:51

问题


I'm trying to setup Ghost.py and I need PyQt4 for it.

I've downloaded PyQt-x11-gpl-4.11.3 version and used configure-ng.py with Python-3.4.2, of course did make and make install.

Sadly, I'm getting an error ImportError: No module named 'PyQt4.QtWebKit' while trying to from ghost import Ghost.

Can't figure out how do I build QtWebKit.

Thank you for any useful input!

来源:https://stackoverflow.com/questions/29523541/importerror-no-module-named-pyqt4-qtwebkit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!