
LiveScoresScreenlet
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Displays real time football results taken from an RSS feed that updates every few minutes
Requires: python-feedparser
12 years ago
v.0.1.1
- Removed themes, added options to set background and text colours
v0.1
- Initial
12 years ago
v.0.1.1
- Removed themes, added options to set background and text colours
v0.1
- Initial
WHT
11 years ago
Report
dangerousmind
12 years ago
thanks for ur help mate
Report
dangerousmind
12 years ago
i have installed python-feedparser but still wont work mate ....
its installed but it just wont launch
Report
yiannnos
12 years ago
file?
Report
dangerousmind
12 years ago
Creating new entry for LiveScoresScreenlet in /tmp/screenlets/screenlets.USERNAME.running
Loading instances in: /home/USERNAME/.config/Screenlets/LiveScores/default/
No instance(s) found in session-path, creating new one.
UPDATING SHAPE
UPDATING SHAPE
sorry for late reply
had exams
Report
yiannnos
12 years ago
can you double check its not hiding under the taskbar or it appears in another workspace. I get that sometimes
if not try removing it completely and reinstall. (rm -rf ~/.screenlets/LiveScores && rm -rf ~/.config/Screenlets/LiveScores*)
if still no luck try running it from the command line, and let me know of the output if it still doesn't work:
python ~/.screenlets/LiveScores/LiveScoresScreenlet.py
hope this helps
Report
dangerousmind
12 years ago
screenlets.session.create_session(LiveScoresScreenlet)
File "/usr/lib/python2.5/site-packages/screenlets/session.py", line 466, in create_session
session.start()
File "/usr/lib/python2.5/site-packages/screenlets/session.py", line 242, in start
sl = self.screenlet(session=self, id=self.__get_next_id())
File "LiveScoresScreenlet.py", line 63, in __init__
uses_theme = False, **keyword_args)
File "/usr/lib/python2.5/site-packages/screenlets/__init__.py", line 621, in __init__
self.update_shape()
File "/usr/lib/python2.5/site-packages/screenlets/__init__.py", line 1127, in update_shape
self.on_draw_shape(ctx)
File "LiveScoresScreenlet.py", line 297, in on_draw_shape
self.on_draw(ctx)
File "LiveScoresScreenlet.py", line 254, in on_draw
self.update()
File "LiveScoresScreenlet.py", line 240, in update
self.height = len(self.output) * 22 + 35
File "LiveScoresScreenlet.py", line 108, in __setattr__
screenlets.Screenlet.__setattr__(self, name, value)
File "/usr/lib/python2.5/site-packages/screenlets/__init__.py", line 694, in __setattr__
self.update_shape()
File "/usr/lib/python2.5/site-packages/screenlets/__init__.py", line 1127, in update_shape
self.on_draw_shape(ctx)
File "LiveScoresScreenlet.py", line 297, in on_draw_shape
self.on_draw(ctx)
File "LiveScoresScreenlet.py", line 276, in on_draw
self.draw_rounded_rectangle(ctx, 0, 0, 10, 250, 25)
AttributeError: 'LiveScoresScreenlet' object has no attribute 'draw_rounded_rectangle'
terminal o/p
i hope we can fix this b4 euro's
Report
yiannnos
12 years ago
Report
dangerousmind
12 years ago
the one which comes in ubuntu hardy repos .....
Report
Whise
12 years ago
Report
Hazerduz
12 years ago
Report
Whise
12 years ago
Report
Whise
12 years ago
Report