> python script converting documents between office formats using
an OOo server
> process and the python-uno package. I've got this error and
cannot find any
> useful reference to resolve this problem:
>
> $ python
> Python 2.3.5 (#2, Oct 16 2006, 19:19:48)
> [GCC 3.3.5 (Debian 1:3.3.5-13)] on linux2
> Type "help", "copyright", "credits" or "license" for more
information.
> >>> import uno
> Traceback (most recent call last):
> File "<stdin>", line 1, in ?
> File "/usr/lib/python2.3/site-packages/uno.py", line 37, in ?
> import pyuno
> SystemError: dynamic module not initialized properly
Works on sid/etch. Must be sarge-backport specific. As there won't
be a
update for the backport anymore...
rene@mini:~$ python -c 'import uno;'
rene@mini:~$
Must be sarge-backport specific.
> Anybody with the same problem or a solution?
No, but I can look. Although probably not too early..
Yet I don't see where a problem could be.