Re: XSV and PyLTXML question

Calvin Smith <calvins@SIMS.Berkeley.EDU> writes:

> I am trying to run XSV, using the latest versions of PyLTXML and all the
> relevant XSV .py files, and Python2.2, and I received the following error
> message:
> 
> $ python c:/progra~1/XSV/src/applyschema.py ExampleInstanceDocument.xml
> Traceback (most recent call last):
>   File "c:/progra~1/XSV/src/applyschema.py", line 5, in ?
>     import XML
>   File "c:/progra~1/XSV/src\XML.py", line 2, in ?
>     from PyLTXML import *
>   File "c:\progra~1\hcrclt~1\ltxml~1\python\lib\PyLTXML\__init__.py", line
> 1, in ?
>     from LTXMLinter import *
> ImportError: Module use of python16.dll conflicts with this version of
> Python.
> 
> Has anybody gotten applyschema.py and PyLTXML to work with Python 2
> somehow?  Or is there perhaps another version of the module somewhere
> built for python 2 (I checked the web, with no success, and the PyLTXML
> site is not helpful)?
> 
> My apologies if this is off topic, but an XSV page said that this was the
> correct place for XSV questions (which this is, sort of).

Sorry for the confusion -- the PyLTXML binary currently available is
indeed for Python1.6, doesn't work with 2.2.  I'm in the process of
reorganising the sources and moving to 2.2, should ship RSN (:-).

ht
-- 
  Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
          W3C Fellow 1999--2002, part-time member of W3C Team
     2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
	    Fax: (44) 131 650-4587, e-mail: ht@cogsci.ed.ac.uk
		     URL: http://www.ltg.ed.ac.uk/~ht/
 [mail really from me _always_ has this .sig -- mail without it is forged spam]

Received on Wednesday, 26 June 2002 03:52:57 UTC