<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - python shelve don't work - missing dbm module"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=132074">132074</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>python shelve don't work - missing dbm module
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.3.5.2 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>BASIC
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>edil@helpidea.net
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
in LibreOffice python-core-3.5.9 is missing dbm module, so shelve.py don't
work. It is simple to fix.

Steps to Reproduce:
1.import shelve
2.shelf = shelve.open('MyFile')
3.

Actual Results:
don't work

Expected Results:
exit def


Reproducible: Always


User Profile Reset: No



Additional Info:
add dbm module to C:\Program Files\LibreOffice\program\python-core-3.5.9\lib</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>