eset / ipyida

IPython console integration for IDA Pro
Other
729 stars 75 forks source link

Installation fail with the following error in IDA 6.8 for Windows 8(64bit) #23

Closed ultimate1214 closed 5 years ago

ultimate1214 commented 5 years ago

Python>import urllib2; exec urllib2.urlopen('https://github.com/eset/ipyida/raw/stable/install_from_ida.py').read() Traceback (most recent call last): File "", line 1, in File "C:\Python27\Lib\urllib2.py", line 127, in urlopen return _opener.open(url, data, timeout) File "C:\Python27\Lib\urllib2.py", line 404, in open response = self._open(req, data) File "C:\Python27\Lib\urllib2.py", line 422, in _open '_open', req) File "C:\Python27\Lib\urllib2.py", line 382, in _call_chain result = func(*args) File "C:\Python27\Lib\urllib2.py", line 1222, in https_open return self.do_open(httplib.HTTPSConnection, req) File "C:\Python27\Lib\urllib2.py", line 1184, in do_open raise URLError(err) urllib2.URLError: <urlopen error [Errno 1] _ssl.c:507: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version>

marc-etienne commented 5 years ago

Seems like your Python version is < 2.7.9, see #10 and #11