It seems latest OpenOffice (3.2.1) does not have those python-uno bindings as documentation suggested. So there is no other way to achieve indexing/converting documents? I've been trying to get it to work with Gentoo and Ubuntu.
If I try to run it with installed python I get:
python DocumentConverter.py
Traceback (most recent call last):
File "DocumentConverter.py", line 13, in <module>
import uno
ImportError: No module named uno
What else can I do??
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It seems latest OpenOffice (3.2.1) does not have those python-uno bindings as documentation suggested. So there is no other way to achieve indexing/converting documents? I've been trying to get it to work with Gentoo and Ubuntu.
If I try to run it with installed python I get:
python DocumentConverter.py
Traceback (most recent call last):
File "DocumentConverter.py", line 13, in <module>
import uno
ImportError: No module named uno
What else can I do??
Tried apt-get install python-openoffice python-uno?