[PyQt] PyQt5: Failed to load libEGL in Windows

Phil Thompson phil at riverbankcomputing.com
Tue Dec 13 09:25:39 GMT 2016


On 8 Dec 2016, at 11:41 am, Estrada Matthieu <m.estrada at alpi.fr> wrote:
> 
> 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

I assume PyQt5 was installed from the wheel. If so it shoul dbe fixed in the next release.

Phil


More information about the PyQt mailing list