Possible bugfix for pyinstaller
This commit is contained in:
parent
a7b219a1e1
commit
17319c4925
@ -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_version import __version__
|
||||||
from .lasp_common import *
|
from .lasp_common import *
|
||||||
|
Loading…
Reference in New Issue
Block a user