[z3-checkins] r33241 - z3/deliverance/branches/packaged

ltucker at codespeak.net ltucker at codespeak.net
Thu Oct 12 23:46:59 CEST 2006


Author: ltucker
Date: Thu Oct 12 23:46:57 2006
New Revision: 33241

Modified:
   z3/deliverance/branches/packaged/README.txt
Log:
changed instructions, lxml buildout won't actually do right now

Modified: z3/deliverance/branches/packaged/README.txt
==============================================================================
--- z3/deliverance/branches/packaged/README.txt	(original)
+++ z3/deliverance/branches/packaged/README.txt	Thu Oct 12 23:46:57 2006
@@ -1,6 +1,7 @@
 
 Quick Start to run tests 
 -------------------------
+running setup.py is probably going to do the wrong thing currently
 
 get workingenv.py from
 http://cheeseshop.python.org/pypi/workingenv.py
@@ -10,22 +11,8 @@
 workingenv.py deliverance_env
 source deliverance_env/bin/activate
 
-Install lxml using the buildout 
-(full instructions at http://faassen.n--tree.net/blog/view/weblog/2006/10/03/0,  
- alternatively, install a recent cvs version of libxml2,libxstl and svn lxml. 
- You are likely to encounter segfaults if recent versions are not used.)
-
-$ svn co https://infrae.com/svn/buildout/lxml-recent/trunk lxml-recent
-$ cd lxml-recent
-$ python bootstrap/bootstrap.py
-$ bin/buildout
-
-put the lxml egg into your deliverance environment 
-
-$ cp -r lxml-recent/develop-eggs/lxml-<whatever>.egg deliverance_env/lib/python_2.4/
-
-add a line to deliverance_env/lib/easy-install.pth like:
-./lxml-<whatever>.egg
+install a recent cvs version of libxml2,libxstl and svn lxml. 
+You are likely to encounter segfaults and other failures if recent versions are not used.
 
 $ easy_install nose 
 $ easy_install FormEncode


More information about the z3-checkins mailing list