Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 7th, 2012  |  syntax: None  |  size: 1.64 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. How to install readline via buildout
  2. configure-options =
  3. --without-readline
  4.        
  5. [readline-patch]
  6. recipe = z3c.recipe.runscript
  7. url = http://ftp.gnu.org/gnu/readline/readline-5.2-patches
  8. install-script = ${buildout:directory}/bin/fetch-readline-patches.py:fetch
  9. update-script = ${readline-patch:install-script}
  10.  
  11. [readline]
  12. recipe = zc.recipe.cmmi
  13. url = http://ftp.gnu.org/gnu/readline/readline-5.2.tar.gz
  14. patch = ${readline-patch:prefix}/readline.patch
  15. extra_options =
  16.     --prefix = ${buildout:parts-directory}/opt
  17.        
  18. Installing readline-patch.
  19. While:
  20.   Installing readline-patch.
  21.  
  22. An internal error occurred due to a bug in either zc.buildout or in a
  23. recipe being used:
  24. Traceback (most recent call last):
  25.   File "/home/mnowotka/Dokumenty/MgrFuncAdnot/app/django-gui/eggs/zc.buildout-1.5.2-  py2.7.egg/zc/buildout/buildout.py", line 1805, in main
  26. getattr(buildout, command)(args)
  27.   File "/home/mnowotka/Dokumenty/MgrFuncAdnot/app/django-gui/eggs/zc.buildout-1.5.2-py2.7.egg/zc/buildout/buildout.py", line 584, in install
  28.     installed_files = self[part]._call(recipe.install)
  29.   File "/home/mnowotka/Dokumenty/MgrFuncAdnot/app/django-gui/eggs/zc.buildout-1.5.2-py2.7.egg/zc/buildout/buildout.py", line 1297, in _call
  30.     return f()
  31.   File "/home/mnowotka/Dokumenty/MgrFuncAdnot/app/django-gui/eggs/z3c.recipe.runscript-0.1.3-py2.7.egg/z3c/recipe/runscript/__init__.py", line 39, in install
  32.     self.callScript(script)
  33.   File "/home/mnowotka/Dokumenty/MgrFuncAdnot/app/django-gui/eggs/z3c.recipe.runscript-0.1.3-py2.7.egg/z3c/recipe/runscript/__init__.py", line 28, in callScript
  34.     module = imp.load_source('script', filename)
  35. IOError: [Errno 2] No such file or directory