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?

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted

Did you forget to install the Python bindings?

apt-get install python-qt4-gl
link|improve this answer
yup! right on the money. – Nathan Sep 14 '09 at 4:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.