Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131675 - adesklets not working
Summary: adesklets not working
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Dockapp Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-29 06:49 UTC by Henrique Ferreiro
Modified: 2006-07-27 04:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henrique Ferreiro 2006-04-29 06:49:12 UTC
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 Bluesman 2006-05-21 04:18:47 UTC
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 Michele Noberasco (RETIRED) gentoo-dev 2006-07-27 04:37:42 UTC
Fixed. Thank you for reporting this.