I am trying to read from ini file and replace it with os environment variables. My ini file: [svc1] host=%(TEST_IP)s port=%(TEST_PORT)s database=test_db user=te
I am using configparser in a python application When I run the application python main.py it works. However if I use pyinstall to create a windows exe, the
In my config file I have something like that : [Section_1] List=Column1,Column2,Column3,Column4 Now, I would like to process it in my main file as normal li