So I installed python 3.6 (I think), and it works but it must be in the wrong location? Everything I am seeing seems to say it should be under:
/usr/local/lib/python3.5/:/usr/local/lib/python3.5/
but instead it is:
/home/pi/Python-3.6.3
I have downloaded broadlink.zip with all its .py routines, so far unzipped it under 3 different directories, but none seem to be the right place yet. Domoticz log complains:
2018-10-08 11:58:14.423 Status: Mochad: connected to: 127.0.0.1:1099
2018-10-08 11:58:14.661 Status: PluginSystem: Entering work loop.
2018-10-08 11:58:15.016 Status: Python EventSystem: Initalizing event module.
2018-10-08 11:58:15.027 Status: EventSystem: Queue thread started...
2018-10-08 11:58:15.028 Status: EventSystem: Started
2018-10-08 11:58:16.252 Error: (BroadlinkRM2) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins/BroadlinkRM2/:/usr/lib/python35.zip:/usr/lib/python3.5:/usr/lib/python3.5/plat-arm-linux-gnueabihf:/usr/lib/python3.5/lib-dynload'.
2018-10-08 11:58:16.252 Error: (rm) Module Import failed, exception: 'ImportError'
2018-10-08 11:58:16.252 Error: (rm) Module Import failed: ' Name: broadlink'
2018-10-08 11:58:16.252 Error: (rm) Error Line details not available.
2018-10-08 11:58:45.803 Status: (rm) Stop directive received.
2018-10-08 11:58:45.803 Status: (rm) Stopping threads.
2018-10-08 11:58:45.803 Status: (rm) Stopped.
2018-10-08 11:59:41.906 Status: (rm) Started.
another 4 hours down the drain. give up for lunch...
any hints what the above MEANS?