Closed Gustry closed 7 years ago
This kind of import of PyQT using from qgis.PyQt. seems to be broken on some machines.
from qgis.PyQt.
I think we will have to rollback to from PyQt4.
from PyQt4.
A string replacement from from qgis.PyQt. to from PyQt4. will do the trick
This kind of import of PyQT using
from qgis.PyQt.
seems to be broken on some machines.I think we will have to rollback to
from PyQt4.
A string replacement from
from qgis.PyQt.
tofrom PyQt4.
will do the trick