| <type 'exceptions.ImportError'> | Python 2.5.2: /usr/bin/python Sat Jul 4 02:14:56 2009 |
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 |
| 6 from Ft.Xml import InputSource |
| 7 from Ft.Xml.Domlette import NonvalidatingReader |
| 8 import rng, os, re |
| 9 |
| 10 """ |
| rng undefined, os undefined, re undefined |
| /home/xmlschemata/downloads/python/xvif/rng.py in |
| 396 |
| 397 |
| 398 import iframe |
| 399 |
| 400 class _Compositor(_Pattern): |
| iframe undefined |
| /home/xmlschemata/downloads/python/xvif/iframe.py in |
| 12 import Ft.Xml |
| 13 from types import * |
| 14 from xml.dom.ext.reader.Sax2 import XmlDomGenerator |
| 15 |
| 16 """ |
| xml = None, xml.dom undefined, XmlDomGenerator undefined |
<type 'exceptions.ImportError'>: No module named ext.reader.Sax2
args =
('No module named ext.reader.Sax2',)
message =
'No module named ext.reader.Sax2'