Comment 1 for bug 426247

Revision history for this message
Tony Kernan (ackernan) wrote :

After many updates I still get following error. Adesklets was working fine with Jaunty.

tony@tony-laptop:~/download/weatherforecast-0.2.2$ ./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 337, in <module>
    Events(dirname(__file__)).pause()
  File "./weatherforecast.py", line 98, in __init__
    adesklets.Events_handler.__init__(self)
  File "/usr/lib/python2.6/dist-packages/adesklets/events_handler.py", line 158, in __init__
    self._alarm()
  File "/usr/lib/python2.6/dist-packages/adesklets/events_handler.py", line 296, in _alarm
    timeout=self.alarm()
  File "./weatherforecast.py", line 144, in alarm
    self._display()
  File "./weatherforecast.py", line 248, in _display
    adesklets.context_set_font(adesklets.load_font('Vera/%d' % self.config['location_font_size']))
  File "/usr/lib/python2.6/dist-packages/adesklets/commands.py", line 706, in load_font
    return comm.out()
  File "/usr/lib/python2.6/dist-packages/adesklets/commands_handler.py", line 103, in out
    raise ADESKLETSError(4,message)
adesklets.error_handler.ADESKLETSError: adesklets command error - font 'Vera/10' could not be loaded