[Checkins] SVN: Sandbox/darrylcousins/mars.formdemo/README.txt Mention lxml install problems in README

Darryl Cousins darryl at darrylcousins.net.nz
Fri Jul 13 19:19:04 EDT 2007


Log message for revision 77889:
  Mention lxml install problems in README

Changed:
  U   Sandbox/darrylcousins/mars.formdemo/README.txt

-=-
Modified: Sandbox/darrylcousins/mars.formdemo/README.txt
===================================================================
--- Sandbox/darrylcousins/mars.formdemo/README.txt	2007-07-13 22:03:14 UTC (rev 77888)
+++ Sandbox/darrylcousins/mars.formdemo/README.txt	2007-07-13 23:19:04 UTC (rev 77889)
@@ -31,3 +31,22 @@
 
 To this point I have incoporated only ``message``, ``spreadsheet``,
 ``questionnaire``, ``widgets`` and ``wizard``.
+
+Install
+-------
+
+::
+
+ svn co svn://svn.zope.org/main/repos/Sandbox/darrylcousins/mars.formdemo
+ cd mars.formdemo
+ python bootstrap/bootstrap.py
+ bin/buildout
+ bin/test
+ bin/demo fg
+
+The doctests included to duplicate the original z3c.formdemo doctests has a
+dependency on ``lxml``. This can cause problems with buildout if develop
+libraries are missing. On Debian this can be fixed with::
+
+ apt-get libxml2-dev libxslt-dev
+



More information about the Checkins mailing list