How to install sll for python?

2

I have a strange problem that is described at SO https://stackoverflow.com/questions/31549052/how-to-interpret-this-traceback

We got nearly nowhere trying to solve the problem though it doesn't look very difficult. When I try to run my google appengine app then I get this error msg

ImportError: cannot import name RAND_egd

The answer says that it looks as I'm using LibreSSL instead of the default but that is impossible since I installed the same python that is installed everywhere else. Can you please tell me what I should do?

Niklas

Posted 2015-07-24T04:12:29.187

Reputation: 753

No answers