Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Patch for Ubuntu #7

Open
hendrixski opened this issue Apr 14, 2010 · 0 comments
Open

Patch for Ubuntu #7

hendrixski opened this issue Apr 14, 2010 · 0 comments

Comments

@hendrixski
Copy link

I was having errors running this on Ubuntu so I simply made the following 2 changes:

  1. updated the version of zlib (there was an error 404 before)
  2. installed Creoleparser before running buildout and commented it out in buildout itself (it was crashing on genshi.builder dependancies before)

The diff is attached below. HTH

$ git diff
diff --git a/buildout.cfg b/buildout.cfg
index 6c06af7..f1cf9ec 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -31,7 +31,7 @@ eggs =
pycrypto
fabric
BeautifulSoup

  • Creoleparser
    +# Creoleparser
    Pygments
    docutils
    elementtree
    @@ -145,7 +145,7 @@ md5sum = d6eefe9e6e06aaa1315462045c9726ba

[zlib]
recipe = hexagonit.recipe.cmmi
-url = http://www.zlib.net/zlib-1.2.3.tar.gz
+url = http://www.zlib.net/zlib-1.2.4.tar.gz
configure-options = --shared

[allsrc]
diff --git a/create-site.sh b/create-site.sh
index a29ae9f..35f3381 100755
--- a/create-site.sh
+++ b/create-site.sh
@@ -13,6 +13,9 @@ if [ -f "buildout.cfg" ]; then
fi

virtualenv --no-site-packages env
+env/bin/easy_install genshi
+env/bin/easy_install pip
+env/bin/pip install creoleparser
env/bin/easy_install zc.buildout
env/bin/buildout init

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant