I have the same problem with python2.5 and ZSI package (Ubuntu Hardy).
My tests:
First, i have added the line "sys.path.append('/usr/lib/python2.5/site-
packages/oldxml')" in my program. It doesn't work because the package
name is '_xmlplus' (/usr/lib/python2.5/site-packages/oldxml/_xmlplus/)
and not 'xml'.
Next, i have try the command :
# ln -s /usr/lib/python2.5/site-packages/oldxml/_xmlplus/
/usr/lib/python2.5/site-packages/xml
But it doesn't work too because python find the built-in python xml package
"/usr/lib/python2.5/xml" before.
So, i can't use python-zsi package. however with python-xml and
'ZSI-2.1-a1.tar.gz', it works well.
--
ImportError: No module named ext.reader
https://bugs.launchpad.net/bugs/208855
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