I have a python class which reads a config file using ConfigParser: Config file: [geography] Xmin=6.6 Xmax=18.6
I am making a plugin for another program and so I am trying to make thing as lightweight as possible.
I have a config file that I read using the RawConfigParser in the standard ConfigParser library. My config file has a [DEFAULT] section followed by a [specific] section. When I loop through the option
I am working on a series of command line tools which connect to the same server and do related but different things.I\'d like users to be able to have a sing开发者_如何学编程le configuration file wher
my troubles with ConfigParser continue. It seems it doesn\'t support Unicode very well. The config file is indeed saved as UTF-8, but when ConfigParser reads it it seems to be encoded into something e
I have tried to use Python\'s ConfigParser module to save settings. For my app it\'s important that I preserve the case of each name in my sections. The docs mention that passing str() to ConfigParser