Hi, On Mon, Apr 17, 2017 at 12:16:39PM +0200, Catonano <[email protected]> wrote: > The GuixSD policy is to unbundle and disentangle when possible. > So I'd be happy to make unoconv work with the system provided python
That's the default on Linux I guess, so you don't have to do anything.
> Around the internet many pages suggest to use the Python interpreter
> supplied by the Libreoffice suite and use that interpeter prompt to load
> the UNO based libraries.
I think the only difference is that with the internal interpreter
sets up the environment for you automatically, while with system python,
you need something like:
PYTHONPATH=${LO_HOME}/program
URE_BOOTSTRAP=file://${LO_HOME}/program/fundamentalrc python3 foo.py
> instead, I see a libpyuno.so and a pyuno.so, among many others
>
> What are those and how do I use them ?
See e.g. <https://wiki.documentfoundation.org/Development/PyUno>.
Regards,
Miklos
signature.asc
Description: Digital signature
_______________________________________________ LibreOffice mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice
