pyblish / pyblish-qml

Pyblish QML frontend for Maya 2013+, Houdini 11+, Nuke 8+ and more
GNU Lesser General Public License v3.0
114 stars 44 forks source link

Sanity check minimum required version of PyQt5 #324

Open mottosso opened 5 years ago

mottosso commented 5 years ago

pyblish-qml requires at least 5.7.1, but doesn't do a good job in letting the user know he's got an older version, e.g. 5.3.

Instead, it says:

file:///C:/pyblish-qml/pyblish_qml/qml/app.qml:9:1: module "QtQuick.Controls" version 1.3 is not installed

And what version of QML is related to which version of Qt??