
Search found 6 matches
- Sunday 13 August 2017 20:28
- Forum: Python
- Topic: Problem with Python based Events
- Replies: 12
- Views: 7844
Re: Problem with Python based Events
Fixed it by running: 'sudo apt-get install python3-dev -y' 

- Sunday 13 August 2017 20:09
- Forum: Python
- Topic: Problem with Python based Events
- Replies: 12
- Views: 7844
- Saturday 12 August 2017 12:49
- Forum: Python
- Topic: Problem with Python based Events
- Replies: 12
- Views: 7844
Re: Problem with Python based Events
I get this message:
I installed 'libpython3.4' but it still gives me that message.
I'm running the latest stable version on a fresh Raspberry Pi installation.
Code: Select all
PluginSystem: Failed dynamic library load, install the latest libpython3.x library that is available for your platform.
I'm running the latest stable version on a fresh Raspberry Pi installation.
- Thursday 10 August 2017 22:39
- Forum: Python
- Topic: Problem with Python based Events
- Replies: 12
- Views: 7844
Re: Problem with Python based Events
Moroen, thanks for the reply. Makes total sense. I've made a script in the /scripts/python directory called: "script_time_test.py" with the contents being the same as the "script_time_demo.py" but that doesn't work either. I'm supposed to see those messages in the Log console right?
- Thursday 10 August 2017 18:36
- Forum: Python
- Topic: Problem with Python based Events
- Replies: 12
- Views: 7844
Re: Problem with Python based Events
Thanks for getting back to me. I understand the concept of Events. I've fiddled around with the LUA one and that one works fine. I did what you said, used the default Event for Python but that doesn't do anything either. Trying to 'import domoticz' in my test.py in the /scripts/python directory ...
- Thursday 10 August 2017 13:48
- Forum: Python
- Topic: Problem with Python based Events
- Replies: 12
- Views: 7844
Problem with Python based Events
Hi y'all! So I've recently started using Domoticz, I'm loving it so far! My post is in regards to the Event system, mainly the Python one. I, for the live of me, can not get it to work. My 'Test' event is as follows: import domoticz domoticz.log("Hi Domoticz!") That's it... can someone tell me what ...