MokoMeteo - need help to release

2009-03-12 Thread kimaidou
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


Re: MokoMeteo - need help to release

2009-03-12 Thread Valery Febvre
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

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community