Skip to content

Instantly share code, notes, and snippets.

@jeevanullas
Created May 13, 2015 05:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeevanullas/e6c25a26f41cc8016fe0 to your computer and use it in GitHub Desktop.
Save jeevanullas/e6c25a26f41cc8016fe0 to your computer and use it in GitHub Desktop.
Commands to temporarily fix python-zope-interface issue with eucaconsole
# rpm -e python-zope-interface python-chameleon python-zope-component python-transaction python-zope-schema python-zope-configuration python-pyramid python-pyramid-chameleon python-pyramid-tm python-pyramid-beaker python-pyramid-layout --nodeps
# wget ftp://ftp.muug.mb.ca/mirror/centos/6.6/os/x86_64/Packages/python-zope-filesystem-1-5.el6.x86_64.rpm
# rpm -ivh python-zope-filesystem-1-5.el6.x86_64.rpm
# yum install python-zope-interface-3.5.2-2.1.el6.x86_64
# yum install python-chameleon python-pyramid python-pyramid-beaker python-pyramid-chameleon python-pyramid-layout python-pyramid-tm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment