|
|
|
@ -51,12 +51,6 @@ os.environ['KIVY_DATA_DIR'] = os.path.abspath(os.path.dirname(__file__)) + '/ele |
|
|
|
if is_local or is_android: |
|
|
|
if is_local or is_android: |
|
|
|
sys.path.insert(0, os.path.join(script_dir, 'packages')) |
|
|
|
sys.path.insert(0, os.path.join(script_dir, 'packages')) |
|
|
|
|
|
|
|
|
|
|
|
# when running from source, on Windows, also search for DLLs in inner 'electrum' folder |
|
|
|
|
|
|
|
if is_local and os.name == 'nt': |
|
|
|
|
|
|
|
dll_dir = os.path.join(os.path.dirname(__file__), 'electrum') |
|
|
|
|
|
|
|
if hasattr(os, 'add_dll_directory'): # requires python 3.8+ |
|
|
|
|
|
|
|
os.add_dll_directory(dll_dir) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def check_imports(): |
|
|
|
def check_imports(): |
|
|
|
# pure-python dependencies need to be imported here for pyinstaller |
|
|
|
# pure-python dependencies need to be imported here for pyinstaller |
|
|
|
|