Hi
Droopy doesn't work on my Linux's distro with python 3.1 (with python 2.x everything was ok). (here you can find droopy http://stackp.online.fr/?p=28)
I've used this command 2to3 -w droopy and changed alot u" in " , in Translations section
But now there is another problem
Traceback (most recent call last):
File "/bin/droopy", line 770, in <module>
config_found = load_options()
File "/bin/droopy", line 692, in load_options
for line in f.readlines()]
File "/bin/droopy", line 692, in <listcomp>
for line in f.readlines()]
AttributeError: 'str' object has no attribute 'decode'
I don't know how to solve it.
Can somebody help me, to use this beautiful script?