Hi list<br><br>I have just made a small python + Pygtk + glade &quot;widget&quot; wich get the basic meteo info from Yahoo meteo page.<br><br>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.<br>
<a href="http://kimaidou.kilu.de/openmoko/mokometeo.tar">http://kimaidou.kilu.de/openmoko/mokometeo.tar</a><br><br>A small screenshot :<br><a href="http://kimaidou.kilu.de/openmoko/Capture-MokoMeteo.png">http://kimaidou.kilu.de/openmoko/Capture-MokoMeteo.png</a><br>
<br>I use this python librairies to make it work:<br><div style="margin-left: 40px;">import re,urllib, htmllib, formatter<br>from urllib import urlretrieve<br>import sys,os<br>try:<br>     import pygtk<br>      pygtk.require(&quot;2.0&quot;)<br>
except:<br>      pass<br>try:<br>    import gtk<br>      import gtk.glade<br>except:<br>    sys.exit(1)<br></div><br>I just tested it on my SHR distribution, and it seems that it misses some of this tools to work, for example &quot;urllib&quot;.<br>
<br>Could someone please help me ? Where can we get these librairies ?<br><br>Thanks in advance<br>