Comment 1 for bug 132583

Revision history for this message
Douglas Sculley (dsculley) wrote :

I can confirm this error for Gutsy

~$ python -c "import uno"
Traceback (most recent call last):
  File "<string>", 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
~$ python -V
Python 2.5.1
~$ dpkg -l | grep python-uno
ii python-uno 1:2.3.0-1ubuntu2 Python interface for OpenOffice.org