Problems running xsv (xml schema validator)

Hi
I'm trying to run the xsv source code. I'm using Python 2.4 and I have PyLTXML version 1.3 installed. When I try to run it, in the __init__.py file of PyLTXML, for the line "from LTXMLinter import *", I get the error "ImportError: DLL load failed: The specified module could not be found.". There's a file called LTXMLinter.dll in the PyLTXML folder (where the __init__.py file of PyLTXML is located), I guess it's trying to load it. Has anyone had this problem or knows how to fix it? Could it be because I'm using Python 2.4 and PyLTXML uses Python 2.3? If so, what do I need in order to get a PyLTXML version that works with Python 2.4 ? (I tried downloading the PyLTXML source code, but it doesn't seem to contain any LTXMLinter file).

Sharon

Received on Wednesday, 27 April 2005 09:43:31 UTC