Bug 131675 - adesklets not working
Bug#: 131675 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: desktop-dock@gentoo.org Reported By: henrique.ferreiro@gmail.com
Component: Applications
URL: 
Summary: adesklets not working
Keywords:  
Status Whiteboard: 
Opened: 2006-04-29 06:49 0000
Description:   Opened: 2006-04-29 06:49 0000
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

------- Comment #1 From Bluesman 2006-05-21 04:18:47 0000 -------
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

------- Comment #2 From Michele Noberasco 2006-07-27 04:37:42 0000 -------
Fixed. Thank you for reporting this.