Public bug reported:

Binary package hint: python-xml

Xubuntu Hardy Beta
Version: 0.8.4-10ubuntu1

Sax2 was moved to:
/usr/share/pyshared/oldxml/_xmlplus/dom/ext/reader/Sax2.py

But this is not on the search path.

According to the change log:
  * Install the files outside of sys.path, so that the package
    does not overlay the xml code as found in the core python packages.
    This package should be removed once all rdepends are gone. For
    now, packages have to add this path before the first xml import:
    sys.path.append('/usr/lib/python%s/site-packages/oldxml' % sys.version[:3])

The problem is that the "core python packages" do not have Sax2:

    from xml.dom.ext.reader import Sax2
ImportError: No module named ext.reader

So now all python libraries using Sax2 fail

** Affects: python-xml (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Sax2 can no longer be found with default search path
https://bugs.launchpad.net/bugs/211145
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to