Hi Felipe, Le mercredi 05 août 2009 à 12:09 -0400, Felipe Reyes a écrit : > Package: listen > Version: 0.6.3-1 > Severity: normal > > When you run the program the following you get the following exception: > > ~$ listen > AttributeError: 'module' object has no attribute 'Element' > Traceback (most recent call last): > File "listen", line 211, in <module> > ListenApp() > File "listen", line 132, in __init__ > self.listen_instance = Listen() > File "/usr/lib/listen/widget/listen.py", line 134, in __init__ > self.notify = Notify(self.tray) > File "/usr/lib/listen/widget/notify.py", line 69, in __init__ > if "actions" in self.notify_capabilities: > TypeError: argument of type 'NoneType' is not iterable > > > I'm running awesome window manager with the included systray.
Would you please try and change line 69 of the file "/usr/lib/listen/widget/notify.py" from: if "actions" in self.notify_capabilities: to if (self.notify_capabilities = None) or ("actions" in self.notify_capabilities): and tell me if it fixes your issue? Cheers, Julien -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org