Comment 1 for bug 139077

Revision history for this message
Kristoffer Lundén (kristoffer-lunden) wrote :

Confirming. The package python-uno seems broken on gutsy, updated as of today, september 22.

To reproduce on commandline:

$ python
Python 2.5.1 (r251:54863, Sep 11 2007, 23:45:37)
[GCC 4.1.3 20070831 (prerelease) (Ubuntu 4.1.2-16ubuntu1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import uno
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.5/site-packages/uno.py", line 37, in <module>
    import pyuno
SystemError: dynamic module not initialized properly
>>>