I am developping a Python plugin for a multi-channel electrical usage sensor (https://www.legrand.fr/pro/catalogue/31 ... -6-modules)
I developped it on a Windows sandbox domoticz installation and it works fine.
However, on my main Raspberry Pi installation, the plugin fails (and makes Domoticz unusable) with this error:
Code: Select all
2017-12-30 13:36:52.543 Error: (Legrand_412000) failed to load 'plugin.py', Python Path used was ':/usr/lib/python35.zip:/usr/lib/python3.5:/usr/lib/python3.5/plat-arm-linux-gnueabihf:/usr/lib/python3.5/lib-dynload'.
2017-12-30 13:36:52.543 Error: (Legrand) Module Import failed, exception: 'ImportError'
2017-12-30 13:36:52.543 Error: (Legrand) Module Import failed: ' Name: plugin'
2017-12-30 13:36:52.544 Error: (Legrand) Error Line details not available.
Thanks!