GeoHey-Team / qgis-geohey-toolbox

QGIS geoprocessing plugin tools provided by GeoHey
55 stars 23 forks source link

model file naming error #3

Closed liwind closed 5 years ago

liwind commented 5 years ago

load geohey-toolbox-qgis3 error:

can‘t load plugin “geoheytoolbox”, error in calling method classFactory() ModuleNotFoundError: No module named 'geoheytoolbox.geohey_toolbox_provider'

the reason:

in model file geohey_toolbox.py import geohey_toolbox_provider, but the model geohey_toolbox_provider is named as geoHey_toolbox_provider.py in original package, that is the lower 'h' is the wrong way to the higher 'H' in geohey.

the suggestion:

file name "geoHey_toolbox_provider.py" is amended to "geohey_toolbox_provider.py"

sshuair commented 5 years ago

Fixed, try it again