I try to read my config externally and I want to pack the python project as a single exe otherwise. How can I access the config file automatically from the exe?
My structure:
/
program.exe
config.xml
my project:
/
config.xml
src/
program.py
note that config.xml should not be part of the exe.