I'm writing a kernel tracker desklet type thing and I'm just
testing my desklet, but when I run it I get the following
error.
Traceback (most recent call last):
File "./iKernel", line 155, in ?
Events(dirname(__file__)).pause()
File "./iKernel", line 40, in __init__
adesklets.Events_handler.__init__(self)
File "usr/lib/python2.4/site-packages/adesklets/events_handler.py", line 159, in __init__
File "usr/lib/python2.4/site-packages/adesklets/events_handler.py", line 296, in _alarm
File "./iKernel", line 68, in alarm
self._display()
File "./iKernel", line 93, in _display
if self.feed.bozo==1:
AttributeError: Events instance has no attribute 'feed'
I'm just wondering what all this is..
I took most of the adesklets 'core' code from various other
desklets (the init, and stuff not related to my specific
'purpose'. So, that should work anyway.
There 'coul' be a few objects in there or methods that are
connected to certain classes in other desklets.. but I'll
just ask here for a little clarity.
Thank you.