crocovert / networks

GNU General Public License v3.0
19 stars 3 forks source link

Plugin loading problem #8

Closed ulistream closed 5 years ago

ulistream commented 5 years ago

Hi,

I can't load the plugin : screenshot 225 Any idea if the problem comes from the plugin or my QGIS installation?

crocovert commented 5 years ago

Hello,

It seems that you don't have your userLocale correctly defined. Try to open the python console

enter the following expression and inform me what it returns

QSettings().value('locale/userLocale')

For me it return 'fr' as my locale Qgis is in french

Thank you

ulistream commented 5 years ago

Thanks for answer. Mine is 'fr_CH' (french/switzerland). But... don't ask me why, it works now! I did'nt do anything.