I have installed adesklets and after downloading some desklets, when executing
all of them:
infhfg00@localhost ~/.desklets/Calendar-0.5.3 $ ./Calendar.py
Traceback (most recent call last):
File "./Calendar.py", line 14, in ?
import adesklets
File "/usr/lib/python2.4/site-packages/adesklets/__init__.py", line 33, in ?
from adesklets.utils import *
File "/usr/lib/python2.4/site-packages/adesklets/utils.py", line 4, in ?
from commands import version
ImportError: cannot import name version
Had the same problem, then I found this thread:
http://adesklets.sourceforge.net/forum/viewtopic.php?t=201
Fixed the ebuild, so it only touched those two files instead of also
commands.py and adesklets.pm, remerged adesklets and I'm back in business.
Something like this:
touch scripting/enums scripting/prototypes
#scripting/python/adesklets/commands.py \
#scripting/perl/adesklets.pm