You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.
I was having errors running this on Ubuntu so I simply made the following 2 changes:
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
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
The text was updated successfully, but these errors were encountered: