<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Python // officehelper.py misbehaves since 5.3.7"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116156#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Python // officehelper.py misbehaves since 5.3.7"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116156">bug 116156</a>
              from <span class="vcard"><a class="email" href="mailto:pyoffice.romedenne@sfr.fr" title="Alain H Romedenne <pyoffice.romedenne@sfr.fr>"> <span class="fn">Alain H Romedenne</span></a>
</span></b>
        <pre>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 <a href="https://gitlab.com/LibreOfficiant/ide_utils">https://gitlab.com/LibreOfficiant/ide_utils</a>
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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>