How to install python-poppler-qt4 on windows

霸气de小男生 提交于 2019-12-11 11:09:20

问题


I would like to know how to install python-poppler-qt4 on windows.I have already installed python 2.7 ,pyqt4 using window installer as well as SIP. However, when I tried to install python-poppler-qt4 through pip install, error was found : import PYQT4.pyqtconfig ImportError:No module named pyqt.config

From what I have understand, it is because I installed the binary packages for pyqt4 rather than from the source packages so this pyqt.config.Yet if I installed it from source, it mean that I would have to make use of MSVC or MinGW 32 bits?

How do I resolve this problem? Thank you

来源:https://stackoverflow.com/questions/23287900/how-to-install-python-poppler-qt4-on-windows

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