I recently ran an application that uses notify-python.  Miro to be exact.  And when I add a feed to the sidebar I get this error message.<br><br>AttributeError: &#39;pynotify.Notification&#39; object has no attribute &#39;attach_to_status_icon&#39;<br>

<br>I looked on the bug report list and found this ticket.<br><a href="http://trac.galago-project.org/ticket/121">http://trac.galago-project.org/ticket/121</a><br><br>It seems that pynotify.c is not properly generated during compile time.  In order to fix this I just added &#39;rm -f src/pynotify.c&#39; right before the configure step and it was automatically regenerated.  The above warning no longer shows up.  As far as I know this warning doesn&#39;t hurt the functionality of programs that use notify-python, but it is a quick and easy fix.<br>

<br>Larry<br>