[mod_python] mod_python and xml parsing

Manfred Stienstra manfred.stienstra at dwerg.net
Thu Jun 24 23:29:30 EDT 2004


On Thu, 2004-06-24 at 22:13, Dan Olsen wrote:
> Any other ideas of what could be wrong?

Look in the 

/usr/lib/python2.3/xml/dom

or equivalent directory to see if the module is properly installed. If
this is the case you should check if the system path is set properly in
the mod_python session. Also check if the script works on the server
commandline.

> > > Is there some documentation out there that I can read about mod_python and parsing XML.

All the documentation for the xml modules are in the standard python
documentation on python.org

Manfred



More information about the Mod_python mailing list