Comment on Installation in python-graph

70 views
Skip to first unread message

python...@googlecode.com

unread,
Apr 20, 2011, 10:14:14 AM4/20/11
to python...@googlegroups.com
Comment by dhara...@gmail.com:

Question: what's the difference between using "easy_install python-graph"
and "easy_install python-graph-core"?

For more information:
http://code.google.com/p/python-graph/wiki/Installation

python...@googlecode.com

unread,
Dec 24, 2012, 2:10:27 PM12/24/12
to python...@googlegroups.com
Comment by intoele...@gmail.com:

is it not support python 2.73?

python...@googlecode.com

unread,
Mar 25, 2013, 5:08:03 PM3/25/13
to python...@googlegroups.com
Comment by drec...@gmail.com:

I'm on a Windows machine and ran "c:\python26\python.exe
distribute_setup.py".
I got this result:
Traceback (most recent call last):
File "distribute_setup.py", line 486, in <module>
os.environ.set("HTTP_HOST",r"http//ldnproxy.ldn.emea.cib:9090")
AttributeError: _Environ instance has no attribute 'set'

For more information:
https://code.google.com/p/python-graph/wiki/Installation

python...@googlecode.com

unread,
Jul 30, 2013, 9:57:46 AM7/30/13
to python...@googlegroups.com
Comment by berus...@gmail.com:

@dreckia
Same issue with Win 7 x64

python...@googlecode.com

unread,
Jul 30, 2013, 10:02:59 AM7/30/13
to python...@googlegroups.com
Comment by berus...@gmail.com:

Just use: python .\setup.py install

python...@googlecode.com

unread,
Jun 18, 2014, 4:17:58 AM6/18/14
to python...@googlegroups.com
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 ?
Reply all
Reply to author
Forward
0 new messages