How do I use Pyinstaller with an external config file? #8600
Unanswered
innosilion
asked this question in
Help
Replies: 1 comment 19 replies
-
Where do you plan to put that config file? If next to executable, you can refer to it relative to the |
Beta Was this translation helpful? Give feedback.
19 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using PyInstaller on Linux to make an EXE file of my project.
I would like to use the --onefile option to have a clean result and an easy-to-distribute file/program.
My program uses a exe.config file for storing configuration options. This file could be customized by users.
How can i do?
Beta Was this translation helpful? Give feedback.
All reactions