eea / odfpy

API for OpenDocument in Python
GNU General Public License v2.0
311 stars 64 forks source link

Using with PyInstaller (still) not working #57

Open gradgrind opened 7 years ago

gradgrind commented 7 years ago

Using version 1.3.5 I get the following error running from a pyinstaller bundle: ... File "odf/opendocument.py", line 970, in load File "odf/opendocument.py", line 867, in __loadxmlparts ImportError: No module named 'load'

Glad to supply any more information if necessary.

MHC03 commented 6 years ago

You can see the small changes in my Pull request #70 . This should solve the issue, if you don't want to wait for the release, you can just apply the change to your currently installed package.