https://bz.apache.org/ooo/show_bug.cgi?id=123975
--- Comment #21 from Pedro Giffuni <[email protected]> --- Created attachment 86813 --> https://bz.apache.org/ooo/attachment.cgi?id=86813&action=edit Proof-of-concept fix On python 3 and newer, Py_SetPythonHome() uses a widechar argument. Current documentation suggests using Py_DecodeLocale() which is only available starting with Python 3.5. I am currently testing the patch, I plan to submit it via a github pull request. -- You are receiving this mail because: You are the assignee for the issue. You are on the CC list for the issue.
