From d0921ba9ecacfdeb71917ed173b0f59b95986586 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Wed, 1 May 2019 13:08:50 +0300 Subject: [PATCH] Add extra import to include in distributives --- pyfa.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyfa.spec b/pyfa.spec index 4f4dda6c7..927383eec 100644 --- a/pyfa.spec +++ b/pyfa.spec @@ -51,7 +51,8 @@ if os_name == 'Darwin': icon = 'dist_assets/mac/pyfa.icns' import_these = [ - 'numpy.core._dtype_ctypes' # https://github.com/pyinstaller/pyinstaller/issues/3982 + 'numpy.core._dtype_ctypes', # https://github.com/pyinstaller/pyinstaller/issues/3982 + 'sqlalchemy.ext.baked' # windows build doesn't launch without if when using sqlalchemy 1.3.x ] # Walk directories that do dynamic importing