Hello,

I'm trying to make a port of unoconv

    http://dag.wieers.com/home-made/unoconv/

it's python script using python binding from openoffice
to convert any document which openoffice can handle.

As I have no python knowledge I'm lost :/

$ unoconv --help                                                                
              
Traceback (most recent call last):
  File "/usr/local/bin/unoconv", line 66, in <module>
    import uno, unohelper
  File "/usr/local/lib/libreoffice/basis3.3/program/uno.py", line 29, in 
<module>
    import pyuno
SystemError: dynamic module not initialized properly

It's tries to load uno.py module from OO installation but looks like
something is wrong with pyuno.so (??).

Any help would be appreciated.

jirib

Reply via email to