MokoMeteo - need help to release
kimaidou
kimaidou at gmail.com
Thu Mar 12 11:38:24 CET 2009
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openmoko.org/pipermail/community/attachments/20090312/2a425c32/attachment.htm
More information about the community
mailing list