Search found 1 match

by domoluk
Sunday 27 September 2020 12:18
Forum: Python
Topic: Python template script error
Replies: 1
Views: 451

Python template script error

Hi,

Using Domoticz Version 2020.2 (April 26th 2020), I have an error when trying to use the template script in Setup > More > Events > + > Python.
Reducing the script to its simplest expression:

myPythonScript :
import domoticz
domoticz.log("Hi Domoticz!")

I still have the same error:

2020-09 ...