Skip to content

Not working with pyinstaller  #34

@dzhizhkin

Description

@dzhizhkin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions