Cannot start on 16.04 with requests/SSL related import error
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Variety |
New
|
Medium
|
Unassigned |
Bug Description
Hello,
After latest update of Variety on Ubuntu 16.04, it won’t launch. I’m getting this when I try to launch in Terminal, can you help?
/usr/lib/
from gi.repository import Gtk, Gdk, GObject # pylint: disable=E0611
Traceback (most recent call last):
File “/usr/bin/variety”, line 38, in
import variety
File “/usr/lib/
from variety import VarietyWindow
File “/usr/lib/
from variety.
File “/usr/lib/
from variety.Util import Util
File “/usr/lib/
import requests
File “/usr/local/
from .packages.
File “/usr/local/
ssl.PROTOCOL_SSLv3: OpenSSL.
AttributeError: ‘module’ object has no attribute ‘PROTOCOL_SSLv3’
Many thanks,
Peter.
Changed in variety: | |
importance: | Undecided → Medium |
Do you have python-openssl installed?
Can you try installing it and trying again please?