--> --> -->
 
 
<type 'exceptions.ImportError'>
Python 2.5.1: /usr/bin/python
Sun Mar 21 05:35:31 2010

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /www/decafbad.com/docs/2004/08/dbagg3-demo/xsltproc.cgi in ()
   11 import cgitb; cgitb.enable()
   12 
   13 import libxml2, libxslt
   14 
   15 form     = cgi.FieldStorage()
libxml2 undefined, libxslt undefined

<type 'exceptions.ImportError'>: No module named libxml2
      args = ('No module named libxml2',)
      message = 'No module named libxml2'