MokoMeteo - need help to release
Valery Febvre
vfebvre at easter-eggs.com
Thu Mar 12 14:00:51 CET 2009
kimaidou wrote:
> 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 ?
It works like a charm under SHR ;-)
Under SHR, urllib module is available in package python-netclient
Thx for this cool application
--
Valéry
More information about the community
mailing list