<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">I've been trying to get the </span><span class="" style="background-color:rgb(255,255,204);font-family:arial,sans-serif;font-size:13px">PyQt</span><span style="font-family:arial,sans-serif;font-size:13px"> 5.1 QtQuick examples working without success.  I'm running 32 bit Python 3.3.2 on a Windows 7 64 bit system.  I've installed the binary packages for Windows from </span><a href="http://www.riverbankcomputing.com/software/pyqt/download5">http://www.riverbankcomputing.com/software/pyqt/download5</a>.  <div style="font-family:arial,sans-serif;font-size:13px">
<br></div><div style="font-family:arial,sans-serif;font-size:13px">I've run these examples from both the example launcher application (which works), and directly from a command line using python.  When I run any of the examples, they all open a window, but then report an error</div>
<div style="font-family:arial,sans-serif;font-size:13px"><br></div><blockquote style="font-family:arial,sans-serif;font-size:13px;margin:0px 0px 0px 40px;border:none;padding:0px"><div>class QWindowsEGLStaticContext *__cdecl QWindowsEGLStaticContext::create(void):</div>
<div>Could not initialize egl display: error 12289</div><div><br></div><div>QOpenGLFunctions created with non-current context</div><div>QSGMaterialShader: Shader compilation failed:</div><div>""</div><div>QOpenGLShaderProgram::uniformLocation( matrix ): shader program is not linked</div>
<div>.....</div><div><br></div></blockquote><div style="font-family:arial,sans-serif;font-size:13px">So, this appears to be a problem with OpenGL.  In looking around with web searches, I've seen similar errors reported when running Qt on virtual machines, but this is not my environment. The non GUI QML demos appear to work just fine.  On a hunch, I tried installing OpenGL bindings for Python but that made no difference.</div>
<br style="font-family:arial,sans-serif;font-size:13px"><div style="font-family:arial,sans-serif;font-size:13px">I have Qt 5.1 on the same system and the native Qt versions of the QtQuck and QML exmaples appear to work properly.  I've tried the PyQt examples both with and without Qt installed and the results are the same.  I have also tried 64 bit versions of <span class="" style="background-color:rgb(255,255,204)">PyQt</span> and Python with the same error messages and results.</div>
<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">I'd be appreciative of any suggestions on how to resolve or debug this problem.  </div><div style="font-family:arial,sans-serif;font-size:13px">
<br></div></div>