Comment by
marc.dou...@gmail.com:
I'm also on a windows pc and when I run setup.py, I get the following error
message:
C:\Users\EXB779\Downloads\python-graph-1.8.2\python-graph\core>python
setup.py install
Downloading
http://pypi.python.org/packages/source/d/distribute/distribute-0.6.24.tar.gz
Traceback (most recent call last):
File "setup.py", line 10, in <module>
distribute_setup.use_setuptools()
File "C:\Users\EXB779\Downloads\python-graph-1.8.2\python-graph\core\distribute_setup.py",
line 145, in use_setuptools
return _do_download(version, download_base, to_dir, download_delay)
File "C:\Users\EXB779\Downloads\python-graph-1.8.2\python-graph\core\distribute_setup.py",
line 124, in _do_download
to_dir, download_delay)
File "C:\Users\EXB779\Downloads\python-graph-1.8.2\python-graph\core\distribute_setup.py",
line 193, in download_setuptools
src = urlopen(url)
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 1214, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "C:\Python27\lib\urllib2.py", line 1184, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [Errno 11004] getaddrinfo failed>
Is it because I use Python 2.7 ?