Guest User

Untitled

a guest
Jul 21st, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. plym:4.0 limi$ bin/buildout -t 2
  2. Setting socket time out to 2 seconds
  3. While:
  4. Initializing.
  5.  
  6. An internal error occured due to a bug in either zc.buildout or in a
  7. recipe being used:
  8. Traceback (most recent call last):
  9. File "/Users/limi/.buildout/eggs/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py", line 1659, in main
  10. user_defaults, windows_restart, command)
  11. File "/Users/limi/.buildout/eggs/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py", line 182, in __init__
  12. data['buildout'].copy(), override))
  13. File "/Users/limi/.buildout/eggs/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py", line 1335, in _open
  14. _update(eresult, _open(base, fname, seen, dl_options, override))
  15. File "/Users/limi/.buildout/eggs/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py", line 1333, in _open
  16. eresult = _open(base, extends.pop(0), seen, dl_options, override)
  17. File "/Users/limi/.buildout/eggs/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py", line 1283, in _open
  18. path, is_temp = download(filename)
  19. File "/Users/limi/.buildout/eggs/zc.buildout-1.4.3-py2.6.egg/zc/buildout/download.py", line 96, in __call__
  20. local_path, is_temp = self.download(url, md5sum, path)
  21. File "/Users/limi/.buildout/eggs/zc.buildout-1.4.3-py2.6.egg/zc/buildout/download.py", line 173, in download
  22. tmp_path, headers = urllib.urlretrieve(url, tmp_path)
  23. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib.py", line 94, in urlretrieve
  24. return _urlopener.retrieve(url, filename, reporthook, data)
  25. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib.py", line 235, in retrieve
  26. fp = self.open(url, data)
  27. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib.py", line 203, in open
  28. return getattr(self, name)(url)
  29. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib.py", line 338, in open_http
  30. h.endheaders()
  31. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/httplib.py", line 868, in endheaders
  32. self._send_output()
  33. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/httplib.py", line 740, in _send_output
  34. self.send(msg)
  35. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/httplib.py", line 699, in send
  36. self.connect()
  37. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/httplib.py", line 683, in connect
  38. self.timeout)
  39. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/socket.py", line 498, in create_connection
  40. for res in getaddrinfo(host, port, 0, SOCK_STREAM):
  41. IOError: [Errno socket error] [Errno 8] nodename nor servname provided, or not known
Add Comment
Please, Sign In to add comment