--> --> -->
 
 
<type 'exceptions.ImportError'>
Python 2.5.2: /usr/bin/python
Fri Mar 12 08:58:42 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/tryRegFrag.cgi in ()
    7 #from Ft.Lib.pDomlette import PyExpatReader
    8 from xml.sax import make_parser, parseString, parse
    9 from Ft.Xml import InputSource
   10 from Ft.Xml.Domlette import NonvalidatingReader
   11 from StringIO import StringIO
Ft undefined, InputSource undefined

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