$ gm-notify.py
Traceback (most recent call last):
File "/usr/bin/gm-notify.py", line 261, in <module>
cm = CheckMail()
File "/usr/bin/gm-notify.py", line 109, in __init__
self.addIndicator("dummy")
File "/usr/bin/gm-notify.py", line 212, in addIndicator
new_indicator = indicate.IndicatorMessage()
AttributeError: 'module' object has no attribute 'IndicatorMessage'
I am using ver 0.9 and get the following error:
$ gm-notify.py gm-notify. py", line 261, in <module> gm-notify. py", line 109, in __init__ addIndicator( "dummy" ) gm-notify. py", line 212, in addIndicator IndicatorMessag e()
Traceback (most recent call last):
File "/usr/bin/
cm = CheckMail()
File "/usr/bin/
self.
File "/usr/bin/
new_indicator = indicate.
AttributeError: 'module' object has no attribute 'IndicatorMessage'