简体   繁体   中英

Just installed QtOpenGL but cannot import it (from Python)

I just installed it with apt-get on debian linux with

apt-get install libqt4-opengl

the rest of PyQt4 is available, but I cant get to this new module.

from PyQt4 import QtOpenGL

raises ImportError. any idea what to do?

你忘记安装Python绑定了吗?

apt-get install python-qt4-gl

对于Python3,我不得不做sudo apt-get install python3-pyqt4.qtopengl

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM