Advertisement
Guest User

bin/buildout

a guest
Feb 11th, 2014
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.08 KB | None | 0 0
  1. mayank@mayank-Inspiron-N5110:~/soc$ venv/bin/python bootstrap.py
  2. Creating directory '/home/mayank/soc/bin'.
  3. Creating directory '/home/mayank/soc/parts'.
  4. Creating directory '/home/mayank/soc/eggs'.
  5. Creating directory '/home/mayank/soc/develop-eggs'.
  6. Generated script '/home/mayank/soc/bin/buildout'.
  7. mayank@mayank-Inspiron-N5110:~/soc$ bin/buildout
  8. Develop: '/home/mayank/soc/.'
  9. Getting distribution for 'hexagonit.recipe.download==1.7'.
  10. Got hexagonit.recipe.download 1.7.
  11. Getting distribution for 'collective.recipe.cmd'.
  12. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  13. Got collective.recipe.cmd 0.8.
  14. Getting distribution for 'zc.recipe.egg>=2.0.0a3'.
  15. Got zc.recipe.egg 2.0.1.
  16. Getting distribution for 'collective.recipe.omelette'.
  17. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  18. Got collective.recipe.omelette 0.16.
  19. Getting distribution for 'gp.recipe.node'.
  20. Got gp.recipe.node 0.10.24.0.
  21. Getting distribution for 'python-archive'.
  22. package init file 'archive/test/__init__.py' not found (or not a regular file)
  23. warning: no files found matching '*' under directory 'archive/test/files/'
  24. Creating missing __init__.py for archive.test
  25. zip_safe flag not set; analyzing archive contents...
  26. archive.test.test_archive: module references __file__
  27. Got python-archive 0.2.
  28. Getting distribution for 'hexagonit.recipe.cmmi'.
  29. warning: no files found matching 'README.txt'
  30. Got hexagonit.recipe.cmmi 2.0.
  31. Getting distribution for 'collective.recipe.patch'.
  32. Got collective.recipe.patch 0.2.2.
  33. Installing install_appengine.
  34. Downloading http://googleappengine.googlecode.com/files/google_appengine_1.8.8.zip
  35. install_appengine: Extracting package to /home/mayank/soc/thirdparty
  36. Installing install_closure.
  37. Downloading https://dl.google.com/closure-compiler/compiler-20131118.zip
  38. While:
  39.   Installing install_closure.
  40. Error: Error downloading extends for URL https://dl.google.com/closure-compiler/compiler-20131118.zip: [Errno socket error] [Errno 1] _ssl.c:509: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement