View Single Post
Posts: 6 | Thanked: 2 times | Joined on Feb 2011
#511
Originally Posted by Mummelnase View Post
Apparantly storing worked, but the GUI won't come up any more:
I found a (possible?) solution by myself.

in /opt/alarmd/alarmed_backend.py, line 196, I changed

Code:
eventInfo["type"].lower() + " every " +
to
Code:
eventInfo["type"].toLower() + " every " +
since .lower() is apparantly deprecated - see http://doc.qt.nokia.com/4.7-snapshot...qt3.html#lower

The same error is possibly in line 212.
 

The Following User Says Thank You to Mummelnase For This Useful Post: