Comment 4 for bug 1386049

Revision history for this message
Alejandro (aledons) wrote :

I solved the problem with the following:

1:sudo apt-get install python-dev python-greenlet python-gevent python-vte python openssl python-crypto python-appindicator
2:sudo apt-get install python-setuptools
3:easy_install -U gevent

Then insert the line to /usr/lib/python2.7/dist-packages/gevent/ssl.py
"import ssl"

enjoy!