You are not logged in.

#1 2006-05-22 15:11:27

slackhack
Member
Registered: 2004-06-30
Posts: 738

adesklets errors

getting these errors with asdesklets -- weatherforecast:

[9] sero:~/programs/weatherforecast-0.2.0 $ ./weatherforecast.py 
Do you want to (r)egister this desklet or to (t)est it? t
Now testing...
============================================================
If you do not see anything (or just an initial flicker
in the top left corner of your screen), try `--help',
and see the FAQ: `info adesklets'.
============================================================
Traceback (most recent call last):
  File "./weatherforecast.py", line 332, in ?
    Events(dirname(__file__)).pause()
  File "/usr/lib/python2.4/site-packages/adesklets/events_handler.py", line 228, in pause
    posix_signal.pause()
KeyboardInterrupt

newsfeed:

[17] sero:~/programs/desklets/newsfeed-0.0.4 $ ./newsfeed.py 
Do you want to (r)egister this desklet or to (t)est it? t
Now testing...
============================================================
If you do not see anything (or just an initial flicker
in the top left corner of your screen), try `--help',
and see the FAQ: `info adesklets'.
============================================================
Traceback (most recent call last):
  File "./newsfeed.py", line 42, in ?
    import feedparser
ImportError: No module named feedparser

running --help for either one gives no info:

[29] sero:~/programs/desklets/newsfeed-0.0.4 $ ./newsfeed.py --help
Possible options are:

when it installed, there was a conflict with a python file (forget which one, it was late last night), so i used the -f option. :oops: :shock: i guess the problem is related to that, but maybe not? everything else seems to be working fine (so far tongue).

Offline

#2 2006-05-23 20:05:07

slackhack
Member
Registered: 2004-06-30
Posts: 738

Re: adesklets errors

removed and reinstalled python, now the weather desklet works. big_smile

the newsreader needed the feedparser python module (as it stated roll ), so once i actually read the error message and installed the feedparser that solved that part. now it's crashing on launch with messages about the python events_handler.py like the weather desklet did before, so i think i should just ask the developer if he knows what's going on with that.

is anyone using the desklets newsreader in arch without problems? are there any other good desktop news aggregators in arch?

Offline

Board footer

Powered by FluxBB