Hi guys,
I saw some posts similar to this one and still they couldn't
solve my problem.
I am using Ubuntu 7.04, I installed the adesklets via
apt-get, I also tried compiling it from source
(0.6.something).
It compiled OK, when I use the "adesklets -i" i get a graphic
mode to install the desklets. After I try to install via
"adesklets - i" i get the foloqing error:
Verifying download integrity... OK
Opening the downloaded archive...
!!! An error occured during the operation !!!
Traceback (most recent call last):
File "/usr/local/bin/adesklets_installer", line 223, in
run
getattr(self, '_'+op)(**kw)
File "/usr/local/bin/adesklets_installer", line 244, in
_install
self.desklets.install(desklet) # refresh of desklets
states
File "/usr/local/bin/adesklets_installer", line 150, in
install
tar = tarfile.open(mode='r|bz2', fileobj=f)
File "tarfile.py", line 1168, in open
_Stream(name, filemode, comptype, fileobj, bufsize))
File "tarfile.py", line 1047, in __init__
self.name = os.path.abspath(name)
File "posixpath.py", line 402, in abspath
if not isabs(path):
File "posixpath.py", line 49, in isabs
return s.startswith('/')
AttributeError: 'NoneType' object has no attribute
'startswith'
If I use the ./nameofthedesklet.py method I get the following
error:
b7b2b0Traceback (most recent call last):
File "./photo.py", line 6, in <module>
import adesklets
File
"/usr/lib/python2.5/site-packages/adesklets/__init__.py",
line 43, in <module>
raise e
adesklets.error_handler.ADESKLETSError: adesklets process
exited -
Exception exceptions.AttributeError:
AttributeError("'NoneType' object has no attribute
'kill'",) in <bound method _Communicator.__del__ of
<adesklets.communicator._Communicator instance at
0xb796bdcc>> ignored
Can someone please help me?
Again, I hope I'm not double posting.