--> --> -->
 
 
<type 'exceptions.ImportError'>
Python 2.5.2: /usr/bin/python
Tue Feb 9 09:27:20 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.

 /home/xmlschemata/downloads/python/xvif/tryMe.cgi in ()
    2 import cgi
    3 import cgitb; cgitb.enable()
    4 import xml.sax, xml.dom, Ft.Xml
    5 from xml.sax import make_parser, parseString, parse
    6 from Ft.Xml import InputSource
xml = <module 'xml' from '/usr/lib/python2.5/xml/__init__.pyc'>, xml.sax = <module 'xml.sax' from '/usr/lib/python2.5/xml/sax/__init__.pyc'>, xml.dom = <module 'xml.dom' from '/usr/lib/python2.5/xml/dom/__init__.pyc'>, Ft undefined

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