[XML-SIG] PyXML 0.6.1 status, demos, tests

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Mon, 9 Oct 2000 21:11:46 +0200


> All of the traceout stuff has been removed.  There still is the problem
> of our traceout library.  I suppose we can install it to 2 locations so
> that xml.dom is not dependent on Ft.  I'll work on that today so it
> should be in the next snapshot.

Thanks! I hope I've properly updated the MANIFEST.in so that
everything that should get shipped actually is - I'd appreciate if you
could verify this based on the PyXML 0.6.1 tar file.

Also, what is the status of xml/dom/html/test_suite? Running test.py
in that directory gives

Traceback (most recent call last):
  File "test.py", line 76, in ?
    test(fileList)
  File "test.py", line 69, in test
    _mod.test();
  File "test_element.py", line 20, in test
    e._set_ID('1');
  File "/usr/local/lib/python2.0/site-packages/_xmlplus/dom/Node.py", line 84, in __getattr__
    return getattr(Node, name)
AttributeError: _set_ID

Is that a known problem?

Regards,
Martin