Comment 4 for bug 228789

Revision history for this message
Helder Fraga (whise) wrote : Re: Please sync screenlets 0.1.1-1 (universe) from Debian unstable (main).

i downloaded the deb from the unstable debian

this is there:

try:
 import feedparser
except ImportError:
 dialog = gtk.MessageDialog(buttons=gtk.BUTTONS_CLOSE)
 dialog.set_markup("You don't have Feedparser installed! \nInstall python-feedparser or copy feedparser.py from rss/ folder to your screenlets folder.")
 dialog.run()
 dialog.destroy()
 print("You don't have Feedparser installed! \nInstall python-feedparser or copy feedparser.py from rss/ folder to your screenlets folder.")
 sys.exit()

i should know because im the upstream author , this is not the the logged patches ,i didnt code it , plus it creates a nasty bug

http://packages.debian.org/sid/all/screenlets/download

this is where i got the deb from