--> --> -->
 
 
<type 'exceptions.ImportError'>
Python 2.5.1: /www/decafbad.com/docs/2004/08/dbagg3-demo/
Wed Aug 20 14:25:41 2008

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/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'