Hi list

I have just made a small python + Pygtk + glade "widget" wich get the basic
meteo info from Yahoo meteo page.

It is not very well written, and some more work has to be done the make it
more user friendly (configurations, etc.), and it works pretty good on my
ubuntu.
http://kimaidou.kilu.de/openmoko/mokometeo.tar

A small screenshot :
http://kimaidou.kilu.de/openmoko/Capture-MokoMeteo.png

I use this python librairies to make it work:
import re,urllib, htmllib, formatter
from urllib import urlretrieve
import sys,os
try:
     import pygtk
      pygtk.require("2.0")
except:
      pass
try:
    import gtk
      import gtk.glade
except:
    sys.exit(1)

I just tested it on my SHR distribution, and it seems that it misses some of
this tools to work, for example "urllib".

Could someone please help me ? Where can we get these librairies ?

Thanks in advance
_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to