Cadasta / cadasta-qgis-plugin

[DEPRECATED] QGIS plugin to create, edit, upload and download Cadasta projects
GNU General Public License v3.0
4 stars 7 forks source link

"from qgis.PyQt import ..." might be broken #84

Closed Gustry closed 7 years ago

Gustry commented 7 years ago

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. to from PyQt4. will do the trick