Skip to content Skip to sidebar Skip to footer
Showing posts with the label Configparser

How To Write Ini-files Without Sections?

I need to create a file in the following format: option1 = 99 option2 = 34 do_it = True ... When I… Read more How To Write Ini-files Without Sections?

Configparser With Unicode Items

my troubles with ConfigParser continue. It seems it doesn't support Unicode very well. The conf… Read more Configparser With Unicode Items

Iterate Over Sections In A Config File

I recently got introduced to the library configparser. I would like to be able to check if each sec… Read more Iterate Over Sections In A Config File

Configparser Not Working In Python 3.4, NoSectionError But Works Fine In PyCharm

I worked on a Python 3.4 script in PyCharm 4.5. (repo: https://github.com/Djidiouf/bbot ) In it, I … Read more Configparser Not Working In Python 3.4, NoSectionError But Works Fine In PyCharm