[XML-SIG] almost there?

TR Hockamier tab@codexsoftware.com
Tue, 25 Apr 2000 14:33:54 -0700


Most everything works upto the point of running cl.exe - DO I need a C 
compiler to use the SAX XML parser? or can I just copy the /xml folder to 
the python install?

Following is tail end of running: python setup.py install

	. . .
copying xml\sax\drivers\drv_xmldc.py -> build\lib.win32\xml\sax\drivers
copying xml\sax\drivers\drv_xmllib.py -> build\lib.win32\xml\sax\drivers
copying xml\sax\drivers\drv_xmlproc.py -> build\lib.win32\xml\sax\drivers
copying xml\sax\drivers\drv_xmlproc_val.py -> build\lib.win32\xml\sax\drivers
copying xml\sax\drivers\drv_xmltoolkit.py -> build\lib.win32\xml\sax\drivers
copying xml\sax\drivers\pylibs.py -> build\lib.win32\xml\sax\drivers
creating build\lib.win32\xml\unicode
copying xml\unicode\__init__.py -> build\lib.win32\xml\unicode
copying xml\unicode\iso8859.py -> build\lib.win32\xml\unicode
copying xml\unicode\wstremul.py -> build\lib.win32\xml\unicode
copying xml\unicode\wstring.py -> build\lib.win32\xml\unicode
creating build\lib.win32\xml\utils
copying xml\utils\__init__.py -> build\lib.win32\xml\utils
copying xml\utils\iso8601.py -> build\lib.win32\xml\utils
copying xml\utils\qp_xml.py -> build\lib.win32\xml\utils
running build_ext
building 'sgmlop' extension
creating build\temp.win32
creating build\temp.win32\Release
creating build\temp.win32\Release\extensions

cl.exe /c /nologo /Ox /MD /W3 -ID:\DEVUTILS\PYTHON\Include 
/Tcextensions/sgmlop.c /Fobuild\temp.win32\Release\extensions/sgmlop.obj

error: command 'cl.exe' failed: No such file or directory