omemo / gajim-omemo

Gajim plugin for OMEMO Multi-End Message and Object Encryption
86 stars 7 forks source link

(E) gajim.plugin_system.omemo No module named _message #120

Closed 83bytes closed 7 years ago

83bytes commented 7 years ago

General information

I followed the instruction on ArchWiki to install the omemo plugin, but that did not work because of some error. Then I followed the instructions on this page and finally managed to install the plugin in gajim Hoever now it does not work and shows me this error: Warning: Error: No module named _message

Before opening an issue, please read our Wiki

Logs with -l gajim.plugin-system.omemo=DEBUG

cippaciong commented 7 years ago

I followed the instruction on ArchWiki to install the omemo plugin, but that did not work because of some error.

What kind of error?

83bytes commented 7 years ago

error: target not found: python2-axolotl-git ==> ERROR: 'pacman' failed to install missing dependencies.

klemens commented 7 years ago

You have to install python2-axolotl-git (also from the AUR) first, which in turn depends on python2-axolotl-curve25519-git from AUR. You could also use an AUR helper which handles these dependencies automatically.

lovetox commented 7 years ago

@sohom154 did you get it to work?

83bytes commented 7 years ago

yes!! It worked!

gjedeer commented 7 years ago

In my case upgrading gajim to the latest nightly helped fix this error