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 -- python-uno can't be imported https://bugs.launchpad.net/bugs/132583 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
