Ive using debian..
installed with the apt-get install xxx
but.. i get errors all the time when trying to load :|
pmn@dolph:~/tmp/mailer-0.0.7$ ./mailer.py
Traceback (most recent call last):
File "./mailer.py", line 46, in ?
import adesklets
File "/usr/lib/python2.3/site-packages/adesklets/__init__.py", line 36, in ?
_init=_Initializer()
File "/usr/lib/python2.3/site-packages/adesklets/initializer.py", line 60, in __init__
raise ADESKLETSError(3,event)
adesklets.error_handler.ADESKLETSError: adesklets interpreter initialization error - Configuration file parsing error `syntax error', stopped at line 8.
Exception exceptions.AttributeError: <exceptions.AttributeError instance at 0x40202cac> in <bound method _Communicator.__del__ of <adesklets.communicator._Communicator instance at 0x402da92c>> ignored
And another one:
pmn@dolph:~/tmp/yab-0.0.2$ ./yab.py
Traceback (most recent call last):
File "./yab.py", line 48, in ?
import adesklets
File "/usr/lib/python2.3/site-packages/adesklets/__init__.py", line 36, in ?
_init=_Initializer()
File "/usr/lib/python2.3/site-packages/adesklets/initializer.py", line 60, in __init__
raise ADESKLETSError(3,event)
adesklets.error_handler.ADESKLETSError: adesklets interpreter initialization error - Configuration file parsing error `syntax error', stopped at line 8.
Exception exceptions.AttributeError: <exceptions.AttributeError instance at 0x40202e6c> in <bound method _Communicator.__del__ of <adesklets.communicator._Communicator instance at 0x402dc8ac>> ignored
anyone know whats wrong?