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

Config File With A .py File

I have been told that doing this would be a not-very-good practice: configfile.py SOUNDENABLED = 1 … Read more Config File With A .py File

Can I Have Logging.ini File Without Root Logger?

Here is how my logging.ini file looks like: [loggers] keys=teja [handlers] keys=fileHandler [for… Read more Can I Have Logging.ini File Without Root Logger?

Python - Configparser - Attributeerror: Configparser Instance Has No Attribute '__getitem__'

I am creating a quote of the day server. I am reading options from an INI file, whose text is below… Read more Python - Configparser - Attributeerror: Configparser Instance Has No Attribute '__getitem__'