Accessing config file with pyinstaller distributable on different machines
I have a python script that is compiled into an exe with pyinstaller file.py --onedir
and distributed to different machines.
I have a python script that is compiled into an exe with pyinstaller file.py --onedir
and distributed to different machines.