[PyQt] PyQt5: Failed to load libEGL in Windows
Estrada Matthieu
m.estrada at alpi.fr
Thu Dec 8 11:41:11 GMT 2016
Hello,
I use PyQt5 and (PyQt4 also) for my application. Under Linux, there is
no problem.
But under Windows, when I start my application, I've the following error:
Failed to load libEGL (Le module spÚcifiÚ est introuvable.)
QWindowsEGLStaticContext::create: Failed to load and resolve libEGL
functions
Failed to load opengl32sw.dll (Le module spÚcifiÚ est introuvable.)
Failed to load and resolve WGL/OpenGL functions
I've search across the web, but can't find a solution (or a cause) to
this problem.
Does PyQt need something more on Windows ? Or this is a bug on your side.
Test was made on Windows Server 2012, Python3.5 and PyQt5. You can find
my application on https://github.com/Alignak-monitoring-contrib/alignak-app
Thanks for help.
More information about the PyQt
mailing list