Skip to content

pyinstaller issues #2

Description

@cercata

Have you tryed packaging it with pyinstaller ?

I made it, and I get an error when it tries to load scvars.json. I solved it by removing the path in scvars.py, but it works only with "-D", not if I generate a single file with "-F"

_scvars = json.load(open('scvars.json'))

Do you have a better a method ? I don't know why it doesn't work without modification, in theory when runing from pyinstaller "file" should be changed to the apropiate path ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions