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 > > >

Re: Unable to run gajim

2018-10-03 Thread Dhavan Vaidya
Ulf Volmer wrote: > 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

Re: Unable to run gajim

2018-10-03 Thread Dhavan Vaidya
Ulf Volmer wrote: > 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)) > > Attribu

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