<div dir="ltr">Hi<br><br>I have a problem using the QOpenGLWidget.<br>I get an import error concerning missing module: PyQt5._QOpenGLFunctions_2_1<br>Among many other things, I have tried forcing OpenGL 2.0 with QSurfaceFormat() and setVersion, but it doesn’t appear to make any difference. <br><br>Using Windows 8.1, Python 3.4.2(x32) and PyQt5-5.4.1-gpl-Py3.4-Qt5.4.1-x32<br><br>Running the included example hellogl.py results in:<br>File "C:/Python34/Lib/site-packages/PyQt5/examples/opengl/hellogl.py", line 142, in initializeGL<br>    <a href="http://self.gl">self.gl</a> = self.context().versionFunctions()<br>ImportError: No module named 'PyQt5._QOpenGLFunctions_2_1'<br><br>Hellogl.py based on QGLWidget in PyQT 5.4.0 examples works.<br><br>Any help that would make QOpenGLWidget work, is very welcome.<br><br>Thanks in advance<br><br>Peter</div>