Comment 2 for bug 132583

Revision history for this message
pmartino (p-martineau) wrote :

I just installed Gutsy and I confirm this bug or at least this change.
The problem is that before Gutsy, the path to the Openoffice library was set in the pyuno.so and it is no more the case.
I don't know if it is a change in the policy in debian or a bug.
To use python-uno in Gutsy you must first set the LD_LIBRARY_PATH

> export LD_LIBRARY_PATH="/usr/lib/openoffice/program"
> python
>>> import uno