[Lxml-checkins] r46567 - lxml/trunk/doc

scoder at codespeak.net scoder at codespeak.net
Fri Sep 14 10:43:46 CEST 2007


Author: scoder
Date: Fri Sep 14 10:43:46 2007
New Revision: 46567

Modified:
   lxml/trunk/doc/FAQ.txt
Log:
FAQ: mention mod_python option that usually helps people get things working

Modified: lxml/trunk/doc/FAQ.txt
==============================================================================
--- lxml/trunk/doc/FAQ.txt	(original)
+++ lxml/trunk/doc/FAQ.txt	Fri Sep 14 10:43:46 2007
@@ -459,6 +459,10 @@
   case.  This is especially a problem under MacOS-X when newer library
   versions were installed in addition to the outdated system libraries.
 
+* if you use ``mod_python``, try setting this option:
+
+      PythonInterpreter main_interpreter
+
 * compile lxml without threading support by running ``setup.py`` with the
   ``--without-threading`` option.  While this might be slower in certain
   scenarios on multi-processor systems, it *might* also keep your application


More information about the lxml-checkins mailing list