PySide.QtOpenGL not found
-
Greeting everyone,
I hope someone can help. I've installed PySide but I'm unable to find the PySide.QtOpenGL module. I'm using Linux Mint 17 and below is the sequence of things I've installed (and the installation methods):
@apt-get install python-dev python-qt4 libqt4-dev
apt-get install cmake
apt-get install freeglut3 freeglut3-dev
pip install PySide
pip install PyOpenGL@The script that I'm trying to run fails with the below error:
@from line 18, in <module>
from Pyside.QtOpenGL import *
ImportError: No module named QtOpenGL@Thinking that I screwed up the order, I tried this:
@pip install PyOpenGL
pip install PySide@then this:
@apt-get install python-opengl
pip install PySide@
but nothing works.PySide.version 1.2.2
PySide.QtCore.version 4.8.6Any insight would be greatly appreciated.
Thanks in advance!
Kevin