You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notifications seem to cause an exception with pynotify. They work fine with gobject though.
This is using Debian stretch, exception and installed package versions below:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/bugwarrior/command.py", line 56, in pull
synchronize(issue_generator, config, main_section, dry_run)
File "/usr/lib/python2.7/dist-packages/bugwarrior/db.py", line 366, in synchronize
send_notification(issue, 'Created', conf)
File "/usr/lib/python2.7/dist-packages/bugwarrior/notifications.py", line 93, in send_notification
import pynotify
File "/usr/lib/python2.7/dist-packages/gtk-2.0/pynotify/__init__.py", line 1, in <module>
from _pynotify import *
ImportError: could not import gobject (could not find _PyGObject_API object)
+++-==================-==============-==============-==========================================
ii python-gobject 3.20.1-1 all Python 2.x bindings for GObject - transiti
ii python-gobject-2 2.28.6-12+b1 amd64 deprecated static Python bindings for the
ii python-notify 0.1.1-4 amd64 Python bindings for libnotify
The text was updated successfully, but these errors were encountered:
According to #336, they don't work. It also looks like they just use
gobject notifications under the hood.. and we support that directly.
No use keeping an option around that doesn't work, right? ;)
Notifications seem to cause an exception with pynotify. They work fine with gobject though.
This is using Debian stretch, exception and installed package versions below:
The text was updated successfully, but these errors were encountered: