View source for Talk:Mokometeo

From Openmoko

Jump to: navigation, search

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Administrators.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page:

Return to Talk:Mokometeo.

Personal tools

i get an error on shr-testing:


root@om-gta02 ~ $ DISPLAY=:0 mokometeo Loading configuration... No backup data... Traceback (most recent call last):

 File "/usr/bin/mokometeo", line 269, in <module>
   app = mokoMeteoGTK()
 File "/usr/bin/mokometeo", line 46, in __init__
   self.LoadBackup(self)
 File "/usr/bin/mokometeo", line 136, in LoadBackup
   shutil.copy('/usr/share/mokometeo/question.png', os.path.expanduser('~/.mokometeo/img/question.png') )
 File "/usr/lib/python2.6/shutil.py", line 88, in copy
   copyfile(src, dst)
 File "/usr/lib/python2.6/shutil.py", line 53, in copyfile
   fdst = open(dst, 'wb')
IOError: [Errno 2] No such file or directory: '/home/root/.mokometeo/img/question.png'


Sorry for that, it is a bug. You have to manually copy the file question.png from /usr/share/mokometeo/ to /home/root/.mokometeo/img/ Some code is missing to do it automatically. Once done, it should be ok :D