Comment 8 for bug 208855

Revision history for this message
nyal (lyle-netcourrier) wrote :

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.