<type 'exceptions.ImportError'> | Python 2.7.3: /usr/bin/python Fri Jan 15 15:16:50 2021 |
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/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.7/xml/__init__.pyc'>, xml.sax = <module 'xml.sax' from '/usr/lib/python2.7/xml/sax/__init__.pyc'>, xml.dom = <module 'xml.dom' from '/usr/lib/python2.7/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'