Comment 6 for bug 208855

Revision history for this message
Mikhail (mikhail.kalkov) wrote :

The problem is present in Ubuntu Hardy with the following configuration: sonata 1.4.2-1ubuntu1 and python-zsi 2.0-2ubuntu4.

However, there is a temporary workaround, which is discussed here:
https://lists.berlios.de/pipermail/sonata-users/2008-April/000635.html
https://lists.berlios.de/pipermail/sonata-users/2008-April/000641.html

In short, one could edit /usr/share/pyshared/sonata.py and add a line
sys.path.append('/usr/lib/python2.5/site-packages/oldxml')
just after the first import statement. The ext.reader module is a part of PyExpat, which could be found under that path.