From 807b811da09429a9abed5bed3a863e871c4bc529 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Mon, 26 Feb 2018 12:11:58 -0500 Subject: [PATCH] Updated Plugin migration to QGIS 3 (markdown) --- Plugin-migration-to-QGIS-3.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Plugin-migration-to-QGIS-3.md b/Plugin-migration-to-QGIS-3.md index df41a36..53a3178 100644 --- a/Plugin-migration-to-QGIS-3.md +++ b/Plugin-migration-to-QGIS-3.md @@ -27,6 +27,9 @@ in metadata you should see your plugin in QGIS 2.99 and up (*note: if it does no You can find Python API documentation at http://python.qgis.org/api/ (work in progress). **Please note**: QGIS3 compatibility module (so 3.x plugins will also work on 2.18) has been deprecated. +## Python plugin issues +QGIS 3 MetaSearch user migration: problems with Python plugins? Clear out your *.pyc files (so QGIS Python can compile via Python 3). + ## Debugging and finding problems You can use IDEs (PyCharm or Eclipse) to step through your code. Alternatively, you can install First Aid plugin and use it within QGIS. More info can be found here: https://www.lutraconsulting.co.uk/blog/2016/06/12/introducing-first-aid-plugin/