Le terminal de guake lance une erreur d’atsortingbut pynotify

J’utilise régulièrement le terminal Guake sur Ubuntu. Récemment, il a cessé de fonctionner. Lorsque j’essaie de l’exécuter à l’aide du terminal, l’erreur suivante se produit:

Traceback (most recent call last): File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/usr/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "/usr/lib/python2.7/dist-packages/guake/main.py", line 43, in  from guake.guake_app import Guake File "/usr/lib/python2.7/dist-packages/guake/guake_app.py", line 49, in  import guake.notifier File "/usr/lib/python2.7/dist-packages/guake/notifier.py", line 31, in  pynotify.init("Guake") AtsortingbuteError: 'module' object has no atsortingbute 'init' 

Le code source du fichier concerend peut être trouvé ici sur le repo GitHub. J’ai pynotify installé sur le système. Il semble y avoir un problème avec pynotify.

Il y a un conflit de noms avec pynotify .

J’avais installé pynotify partir de PIP en utilisant:

 sudo pip install pynotify 

Comme ce n’était pas le bon choix, je l’ai enlevé avec:

 sudo pip uninstall pynotify 

Et ensuite installé le pynotify attendu en utilisant:

 sudo apt install python-notify