Mac Fly
Mac Fly

Reputation: 397

PyQt5 and QtQuick

When I try to run the PyQt5 QtQuick example present in the folder PyQt5\examples\quick\tutorials\extending\chapter1-basics I get this error:

QQmlExpression: Expression file:///(...)/example.qml:17:15 depends on non-NOTIFYable properties:  
    PieChart::name  
class QWindowsEGLStaticContext *__cdecl QWindowsEGLStaticContext::create(void): Could not initialize egl display: error 12289  

QtQuick: failed to create OpenGL context

Do I have to configure something for running this example?

Upvotes: 2

Views: 1336

Answers (1)

Mikhail Gerasimov
Mikhail Gerasimov

Reputation: 39606

Try to install DirectX Runtime, reboot and launch script again. It's needed for the PyQt QtQuick to work properly on Windows in some cases.

Upvotes: 3

Related Questions