ecogVIS
ecogVIS copied to clipboard
PyQt5 compatibility fixes
This is a minor PR which fixes PyQt5 module references to use QtWidgets
(PyQt4->5 change? or at least a minor version change?) rather than QtGui
. This enables ecogVIS to run with the latest PyQt5:
$ pip freeze | grep PyQt
PyQt5==5.15.10
PyQt5-Qt5==5.15.14
PyQt5-sip==12.13.0
PyQtWebEngine==5.15.6
PyQtWebEngine-Qt5==5.15.14