[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Serious problem with python-uno



> 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.


Rene,

Any progress? I am also seeing the same problem on sarge with 2.0.3-6bpo-3 ...

chris@v1:~$ python -c 'import pyuno;'
Traceback (most recent call last):
  File "<string>", line 1, in ?
SystemError: dynamic module not initialized properly
chris@v1:~$


whereas the same machine is OK - running etch with 2.0.4-dfsg. 2-5etch1 gives...

chris@v1:~$ python -c 'import pyuno;'
chris@v1:~$



chris


Christoph Willing                       +61 7 3365 8350
QCIF Access Grid Manager
University of Queensland




Reply to: