Re: Unable to run gajim

2018-10-03 Thread Ulf Volmer
On 03/10/2018 14:52, Dhavan Vaidya wrote: > Removing cryptography solved it for me. I know this will break many of my > projects, but now I know what to do. you may consider to use gajim from https://backports.debian.org. more recent version and based on python3. another option for your projects

Re: Unable to run gajim

2018-10-03 Thread Dhavan Vaidya
Removing cryptography solved it for me. I know this will break many of my projects, but now I know what to do. Thanks! On Wed, 3 Oct 2018 at 18:20, Ulf Volmer wrote: > On 03/10/2018 14:33, Dhavan Vaidya wrote: > >>From pip freeze, I found that pyopenssl was 17.x > > > > I removed the pip versio

Re: Unable to run gajim

2018-10-03 Thread Ulf Volmer
On 03/10/2018 14:33, Dhavan Vaidya wrote: >>From pip freeze, I found that pyopenssl was 17.x > > I removed the pip version, and now pip says the version is 16.2.0 > > After this, I removed gajim (apt remove), and installed again. > > I am still getting the same error. i guess you have also to u

Re: Unable to run gajim

2018-10-03 Thread Dhavan Vaidya
>From pip freeze, I found that pyopenssl was 17.x I removed the pip version, and now pip says the version is 16.2.0 After this, I removed gajim (apt remove), and installed again. I am still getting the same error. Do I need to remove more python packages? On Wed, 3 Oct 2018 at 17:50, Ulf Volme

Re: Unable to run gajim

2018-10-03 Thread Ulf Volmer
On 03/10/2018 14:15, Dhavan Vaidya wrote: > $ dpkg -l | egrep 'gajim|openssl' > ii gajim 0.16.6-1.1 > all GTK+-based Jabber client > ii openssl 1.1.0f-3+deb9u2 > amd64Secure

Re: Unable to run gajim

2018-10-03 Thread Dhavan Vaidya
Sure, here it is: $ dpkg -l | egrep 'gajim|openssl' ii gajim 0.16.6-1.1 all GTK+-based Jabber client ii openssl 1.1.0f-3+deb9u2 amd64Secure Sockets Layer toolkit - cryptogr

Re: Unable to run gajim

2018-10-03 Thread Ulf Volmer
On 03/10/2018 12:31, Dhavan Vaidya wrote: > When trying to start gajim from urxvt: > $ gajim > Traceback (most recent call last): > File "gajim.py", line 327, in > OpenSSL.rand.load_file(str(RNG_SEED)) > AttributeError: 'module' object has no attribute 'load_file' that could be caused by a

Unable to run gajim

2018-10-03 Thread Dhavan Vaidya
/etc/os-release: PRETTY_NAME="Debian GNU/Linux 9 (stretch)" NAME="Debian GNU/Linux" VERSION_ID="9" VERSION="9 (stretch)" ID=debian Installation of gajim: `sudo apt install gajim` Installs successfully. When trying to start gajim from urxvt: $ gajim Traceback (most recent call last): File "gaj