I install adesklets and when I run it with command adesklets
: It returns
adesklets 0.4.10 (unknown time), on an unknown OS
[gcc 3.4.3 (Mandrakelinux 10.2 3.4.3-7mdk)]
Press TAB for hints.
0 >>>
I am not sure if this is properlu installed but it seems
about right without any error when I do ./configure
So i download weather desklet and try to run
./weather.py
It returns a string of error
Traceback (most recent call last):
File "./weather.py", line 52, in ?
import adesklets
File "usr/lib/python2.4/site-packages/adesklets/__init__.py", line 36, in ?
File "usr/lib/python2.4/site-packages/adesklets/initializer.py", line 53, in __init__
File "usr/lib/python2.4/site-packages/adesklets/communicator.py", line 103, in err
adesklets.error_handler.ADESKLETSError: adesklets process exited -
Exception exceptions.AttributeError: <exceptions.AttributeError instance at 0xb7d90d0c> in <bound method _Communicator.__del__ of <adesklets.communicator._Communicator instance at 0xb7c47e2c>> ignored
I don't know what this really mesans but can someone point
out what I have don't wrong?