I want to use a python script on my Ubuntu 10.04 64 bit but I find no way to make it work because of the following error:
Traceback (most recent call last):
File "test.py", line 24, in <module>
from xml.sax import saxexts
ImportError: cannot import name saxexts
I understand that this is someway related to SAX python libraries, but I can’t find where this package is under ubuntu.
I’ve searched under synaptic but no python-sax related package or similar.
Any idea of what’s going on?
“saxexts” is not a part of the normal sax lib. You can look here. Its an experimental extension.