unoconv / unoserver

MIT License
596 stars 81 forks source link

Run converter as a module #132

Closed ntoniazzi closed 2 months ago

ntoniazzi commented 2 months ago

Hello, I read in the README that the three scripts can be run a modules, which I find useful. So I tried with the server : /path/to/libreoffice/program/python -m unoserver.server -h and it works fine. But the converter and comparer fail silently : /path/to/libreoffice/program/python -m unoserver.converter -h. Did I miss something?

I checked with version 2.2.2.

Thanks.

regebro commented 2 months ago

Ah, yes, that is no longer correct for the client. I will update that.

The clients also no longer needs to be run with with the LibreOffice provided Python, so the need for running them this way is gone.

ntoniazzi commented 2 months ago

Thanks.