You are not logged in.
Pages: 1
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 ).
Offline
removed and reinstalled python, now the weather desklet works.
the newsreader needed the feedparser python module (as it stated ), 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
Pages: 1