PDA

View Full Version : System Tray in Python



Gannon8
December 23rd, 2008, 04:14 AM
Hi.

I want to make a small script in python that gets weather alerts from NOAA, and have an icon in the system tray in windows, or whatever it is called in GNOME or KDE. It does not need to be OS cross compatible (though it would help) but it has to trigger the little bubbles with text in them.

Thanks

slavik
December 23rd, 2008, 06:47 AM
you need to look into pygtk and gtk documentation.

wmcbrine
December 23rd, 2008, 08:30 AM
I think what you want is the python-notify package.