[Libreoffice-bugs] [Bug 116156] Python // officehelper.py misbehaves since 5.3.7

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Jun 14 12:08:21 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=116156

--- Comment #5 from Alain H Romedenne <pyoffice.romedenne at sfr.fr> ---
If I'm not wrong, subprocess.Popen objects are designed as context managers
that handle resource allocation and releasing, which os.spawn may miss.

Can I invite you to check for https://gitlab.com/LibreOfficiant/ide_utils
project? 

It's been built on top of officehelper in order to ease Python macros
development for LibreOffice and OpenOffice within IDE's such as Geany and
PyCharm.

It may extend officehelper features and promote Python macros development
within LibreOffice.

Notice its @retry decorator that leverages connection attempts.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180614/8dfec97b/attachment.html>


More information about the Libreoffice-bugs mailing list