Exception handling for socket.error in Python 3.5/RStudio

Bernardo Sulzbach mafagafogigante at gmail.com
Fri Feb 5 16:37:19 EST 2016


On 02/05/2016 07:26 PM, shaunak.bangale at gmail.com wrote:
>
>     from _ssl import RAND_status, RAND_egd, RAND_add
> ImportError: cannot import name 'RAND_egd'
>

I believe I've already seen this issue myself. It has to do with 
LibreSSL not having RAND_egd for some reason I can't recall.

This seems to be the related ticket https://bugs.python.org/issue21356

On 02/05/2016 07:26 PM, shaunak.bangale at gmail.com wrote:
 > I am new to coding and this code has been borrowed from an online
 > source but I can see same code working on mac+Rstudio+python combo.

Are you sure that the Python you talk about is 3.5?



More information about the Python-list mailing list