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

Plugin error in QGIS version 2.8 #85

Closed meomancer closed 7 years ago

meomancer commented 7 years ago

Problem

Oliver's question:

Could you provide information about system requirements in the README? Which QGIS version is required? Any dependencies to install? I installed the plugin on QGIS 2.8 and got errors, but everything worked fine with 2.14.

it seems it is related with : https://github.com/kartoza/cadasta-qgis-plugin/issues/84

Solution

check it in 2.8 and try to fix it

oliverroick commented 7 years ago

I can confirm that from qgis.PyQt import ... caused problems with 2.8

Gustry commented 7 years ago

Note that QGIS 2.8 is not supported anymore by QGIS. We work with both QGIS 2.14 and 2.18 for now.

ismailsunni commented 7 years ago

@meomancer you can also set the minimum QGIS version here https://github.com/kartoza/cadasta-qgis-plugin/blob/develop/metadata.txt#L11

cchristelis commented 7 years ago

@oliverroick, are you happy with use supporting >= 2.14?

oliverroick commented 7 years ago

Supporting 2.14 and upwards is ok. 2.14 is the current LTS after all.