ait-energy / qgis-edge-bundling

GNU General Public License v2.0
64 stars 14 forks source link

QGIS 3.6 and Python 3 importing issues #18

Closed anderl80 closed 5 years ago

anderl80 commented 5 years ago

I tried to import the scripts in QGIS 3.6 but they are in Python 2 (see print statements) while QGIS 3.6 is using Python 3.x.

So I changed the print statement to print() functions and imported the scripts using the toolbox. But they don't show up in the toolbox (although they are automatically copied to the scripts folder).

I copied the plugin to the QGIS 3.6 plugin folder.

Now I absolutely don't know what to do next or where to find the scripts and plugins so that I can apply them to my origin -> destination data.

Help greatly appreciated :-).

anitagraser commented 5 years ago

Only the plugin in the qgis3_plugin directory has been updated to QGIS 3 so far. The scripts won't work by just changing the print statements. If you are interested in porting, please give it a try.

anitagraser commented 5 years ago

Closing as duplicate of #15