[Bug 898738] Can`t launch poezio Jabber client
http://bugzilla.opensuse.org/show_bug.cgi?id=898738 Bernhard Wiedemann <bwiedemann@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CONFIRMED CC| |bwiedemann@suse.com, | |pascal.bleser@opensuse.org --- Comment #1 from Bernhard Wiedemann <bwiedemann@suse.com> --- I had a look at the version from https://build.opensuse.org/package/show/server:messaging/poezio and saw that the package has not been touched for 3 years, so is probably unmaintained and has more issues. I installed the python-configparser backport from python3 found that the default config is looked for in the wrong place, workarounded with cp -a /usr/share/poezio/data/default_config.cfg /usr/lib/data/ and then still get # poezio Traceback (most recent call last): File "/usr/lib/poezio/poezio.py", line 28, in <module> from connection import connection File "/usr/lib/poezio/connection.py", line 83, in <module> connection = Connection() File "/usr/lib/poezio/connection.py", line 52, in __init__ sleekxmpp.ClientXMPP.__init__(self, jid, password, ssl=True) TypeError: __init__() got an unexpected keyword argument 'ssl' I guess most of the trouble is coming from openSUSE using python2 and poezio expecting python3 -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com