<type 'exceptions.ImportError'> | Python 2.7.3: /usr/bin/python Tue Aug 9 06:21:34 2022 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/var/websites/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'