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 ...
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"
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 ...