diff --git a/python_src/lasp/__init__.py b/python_src/lasp/__init__.py index d28c3e8..d678bb9 100644 --- a/python_src/lasp/__init__.py +++ b/python_src/lasp/__init__.py @@ -3,6 +3,10 @@ LASP: Library for Acoustic Signal Processing """ +# Error with dbm in Pyinstaller +# https://stackoverflow.com/questions/45670104/how-to-fix-the-no-dbm-clone-found-error-in-pyinstaller +import dbm.dump + from .lasp_version import __version__ from .lasp_common import *