ecogVIS icon indicating copy to clipboard operation
ecogVIS copied to clipboard

PyQt5 compatibility fixes

Open hans opened this issue 8 months ago • 0 comments

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

hans avatar Jun 15 '24 17:06 hans