You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am building an application using pyinstaller. And I get an error: File "PyInstaller/loader/pyimod03_importers.py", line 495, in exec_module File "cryptotools/__init__.py", line 16, in <module> AttributeError: 'NoneType' object has no attribute 'load_module' [8311] Failed to execute script 'CryptoWallet' due to unhandled exception!
I'm use command: pyinstaller --onefile --windowed --collect-all cryptotools myscript.py
The text was updated successfully, but these errors were encountered:
I am building an application using pyinstaller. And I get an error:
File "PyInstaller/loader/pyimod03_importers.py", line 495, in exec_module File "cryptotools/__init__.py", line 16, in <module> AttributeError: 'NoneType' object has no attribute 'load_module' [8311] Failed to execute script 'CryptoWallet' due to unhandled exception!
I'm use command:
pyinstaller --onefile --windowed --collect-all cryptotools myscript.py
The text was updated successfully, but these errors were encountered: