Stephan Bergmann <[email protected]> writes:

>> Great! If that counts as a requirement for users of pyuno and not just
>> building LibreOffice,
>
> does it?  (I personally don't have much of an opinion either way, just 
> want to raise awareness here)

After looking at the code a bit more, I see there is this line in the
initialisation:

#if PY_VERSION_HEX >= 0x03080000
     PyConfig_InitPythonConfig( &config );
#endif

I guess that means pyuno can’t work with any Python versions less than
3.8. We require 3.11 for building so the #if line will always be true,
but the function doesn’t exist in older versions so presumably that
would make it fail to link when opening the shared library for the pyuno
module.

– Neil

Reply via email to