View Single Post
Posts: 2 | Thanked: 0 times | Joined on Feb 2011
#57
I like this program but yesterday it stopped working for me. After finding this thread I tried /usr/bin/mevemon and got this.

Code:
back (most recent call last):
  File "/usr/bin/mevemon", line 371, in <module>
    app = mEveMon()
  File "/usr/bin/mevemon", line 72, in __init__
    self.gui.run()
  File "/opt/maemo/usr/share/mevemon/ui/fremantle/gui.py", line 257, in run
    self.char_model = models.CharacterListModel(self.controller)
  File "/opt/maemo/usr/share/mevemon/ui/models.py", line 40, in __init__
    self.get_characters()
  File "/opt/maemo/usr/share/mevemon/ui/models.py", line 49, in get_characters
    self.set(liter, self.C_PORTRAIT, self._set_pix(icon), self.C_NAME, name, self.C_UID, uid)
  File "/opt/maemo/usr/share/mevemon/ui/models.py", line 52, in _set_pix
    pixbuf = gtk.gdk.pixbuf_new_from_file(filename)
glib.GError: Couldn't recognise the image file format for file '/root/.mevemon/imgs/90427276.jpg'
Looking at the file 90427276.jpg in vim I found it was a 'file not found web page'. So I uninstalled and tried it all again to get the same error.

Please help