[XML-SIG] import xml.parsers.* multiple failure

Alexander Riachtchenko riachtchenko@docutec.de
Wed, 15 Mar 2000 10:36:16 +0100


Hi al,l
after sucessfully building and installing PyXML 0.5.3 on nt4.0
(Danke Juergen!)
got:
----------------------
D|)$python
Python 1.5.2 (#0, Apr 13 1999, 10:51:12) [MSC 32 bit (Intel)] on win32
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> import xml.parsers.xmlproc
Traceback (innermost last):
  File "<stdin>", line 1, in ?
ImportError: No module named xmlproc
>>>
----------------------
although
------------------------
D|)$set PYTHONPATH
PYTHONPATH=.;c:\iluwin\lib;D:\Program_Files\py_opt\4_Suite;D:\Program_Files\py_opt\omniORB_280\src\li

b\omniORBpy\python\omniORB;D:\Program_Files\Python
----------------------
and
----------------------
D|)$dir D:\Program_Files\Python\xml\parsers\xmlproc
Datenträger in Laufwerk D: ist Datec_2
Datenträgernummer: B048-6E6E

Verzeichnis von D:\Program_Files\Python\xml\parsers\

15.03.00  08:34         <DIR>          .
15.03.00  08:34         <DIR>          ..
16.08.99  01:53                  9.352 catalog.py
15.03.00  08:34                 16.173 catalog.pyc
10.02.99  02:46                  6.111 charconv.py
15.03.00  08:34                  7.597 charconv.pyc
16.08.99  01:53                 23.378 dtdparser.py
15.03.00  08:34                 24.820 dtdparser.pyc
22.04.99  03:38                 12.399 errors.py
15.03.00  08:34                 11.846 errors.pyc
22.04.99  03:38                  4.814 namespace.py
15.03.00  08:34                  7.322 namespace.pyc
22.04.99  03:38                  2.090 xcatalog.py
15.03.00  08:34                  3.547 xcatalog.pyc
16.08.99  01:53                  7.623 xmlapp.py
15.03.00  08:34                 12.874 xmlapp.pyc
16.08.99  01:53                 26.387 xmldtd.py
15.03.00  08:34                 37.387 xmldtd.pyc
16.08.99  01:53                 18.603 xmlproc.py
15.03.00  08:34                 17.874 xmlproc.pyc
16.08.99  01:53                 24.697 xmlutils.py
15.03.00  08:34                 30.373 xmlutils.pyc
16.08.99  01:53                 12.766 xmlval.py
15.03.00  08:34                 18.589 xmlval.pyc
              24 Datei(en)        336.622 Bytes
                         10.516.615.168 Bytes frei
------------------------------
?
Thanks,
Alex