Search found 1 match

by loesje
Saturday 27 October 2018 22:24
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: running domoticz->Fatal Python error: drop_gil: GIL is not locked
Replies: 6
Views: 2259

Re: running domoticz->Fatal Python error: drop_gil: GIL is not locked

I saw some other projects that solved the issue, and they all reference https://vstinner.github.io/python37-gil-change.html . This post also explains why it still works with older versions of Python. (the complete story: https://bugs.python.org/issue20891 ) Seems like that Domoticz needs a fix to be ...