Hello,
I have just installed and tried the LzxdocTool made available to the
general public at http://wiki.openlaszlo.org/LzxdocTool. What I did is
outlined below, as well as the python output.
Any advise would be most appreciated.
1) Installed using python.org's 2.4.4 version from
http://www.python.org/download/releases/2.4.4/.
2) Installed 4Suite from 4suite.org (It should be noted to the
interested that 4suite does not work with python v2.5).
3) To establish a baseline, I modified the builddocs.cmd file to
document the classes in the distro lps-4.1.x/lps/components/lz.
4) This is the command line output:
Traceback (most recent call last):
File "F:\LzxdocTool\lzx2html.py", line 282, in ?
main()
File "F:\LzxdocTool\lzx2html.py", line 274, in main
buildHtmlFromLzxDirs(verbose, args, outputdir, configdir, tagdir,
blankschema, cssfile, cssfilename, xslfile);
File "F:\LzxdocTool\lzx2html.py", line 60, in buildHtmlFromLzxDirs
curSchema = Schema(blankschema)
File "F:\LzxdocTool\rngparse.py", line 298, in __init__
self.parse(fname)
File "F:\LzxdocTool\rngparse.py", line 312, in parse
from xml.dom.ext.reader import PyExpat
ImportError: No module named ext.reader
Press any key to continue . . .
I am not a python person at all, but it looks as if that module is missing.
I do not see it listed as a regular module of python, so is this
something that should have been in the lzxdoc.zip?
Anyone have insight into what I have missed? and what I need to do to
correct it?
Thanks for your time!
Jim