Skip to content

Instantly share code, notes, and snippets.

@pydanny
Created April 3, 2013 17:56
Show Gist options
  • Save pydanny/5303555 to your computer and use it in GitHub Desktop.
Save pydanny/5303555 to your computer and use it in GitHub Desktop.
effective-django a♥d bin/buildout
Installing python.
Getting distribution for 'docutils>=0.7'.
While:
Installing python.
Getting distribution for 'docutils>=0.7'.
An internal error occured due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
File "/Users/danielgreenfeld/projects/effective-django/eggs/zc.buildout-2.1.0-py2.7.egg/zc/buildout/buildout.py", line 1923, in main
getattr(buildout, command)(args)
File "/Users/danielgreenfeld/projects/effective-django/eggs/zc.buildout-2.1.0-py2.7.egg/zc/buildout/buildout.py", line 604, in install
installed_files = self[part]._call(recipe.install)
File "/Users/danielgreenfeld/projects/effective-django/eggs/zc.buildout-2.1.0-py2.7.egg/zc/buildout/buildout.py", line 1358, in _call
return f()
File "/Users/danielgreenfeld/projects/effective-django/eggs/zc.recipe.egg-2.0.0-py2.7.egg/zc/recipe/egg/egg.py", line 126, in install
reqs, ws = self.working_set()
File "/Users/danielgreenfeld/projects/effective-django/eggs/zc.recipe.egg-2.0.0-py2.7.egg/zc/recipe/egg/egg.py", line 84, in working_set
allow_hosts=self.allow_hosts)
File "/Users/danielgreenfeld/projects/effective-django/eggs/zc.buildout-2.1.0-py2.7.egg/zc/buildout/easy_install.py", line 782, in install
return installer.install(specs, working_set)
File "/Users/danielgreenfeld/projects/effective-django/eggs/zc.buildout-2.1.0-py2.7.egg/zc/buildout/easy_install.py", line 626, in install
for dist in self._get_dist(requirement, ws):
File "/Users/danielgreenfeld/projects/effective-django/eggs/zc.buildout-2.1.0-py2.7.egg/zc/buildout/easy_install.py", line 473, in _get_dist
dist = self._fetch(avail, tmp, self._download_cache)
File "/Users/danielgreenfeld/projects/effective-django/eggs/zc.buildout-2.1.0-py2.7.egg/zc/buildout/easy_install.py", line 430, in _fetch
new_location = self._index.download(dist.location, tmp)
File "/Users/danielgreenfeld/projects/effective-django/eggs/distribute-0.6.35-py2.7.egg/setuptools/package_index.py", line 415, in download
found = self._download_url(scheme.group(1), spec, tmpdir)
File "/Users/danielgreenfeld/projects/effective-django/eggs/distribute-0.6.35-py2.7.egg/setuptools/package_index.py", line 668, in _download_url
return self._attempt_download(url, filename)
File "/Users/danielgreenfeld/projects/effective-django/eggs/distribute-0.6.35-py2.7.egg/setuptools/package_index.py", line 677, in _attempt_download
headers = self._download_to(url, filename)
File "/Users/danielgreenfeld/projects/effective-django/eggs/distribute-0.6.35-py2.7.egg/setuptools/package_index.py", line 589, in _download_to
block = fp.read(bs)
File "/usr/local/lib/fpython/lib/python2.7/socket.py", line 380, in read
data = self._sock.recv(left)
File "/usr/local/lib/fpython/lib/python2.7/httplib.py", line 561, in read
s = self.fp.read(amt)
File "/usr/local/lib/fpython/lib/python2.7/socket.py", line 380, in read
data = self._sock.recv(left)
timeout: timed out
effective-django a♥d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment