On Oct 23, 2007, at 8:18 AM, Philip Cooper wrote:
##############################################
# some configuration for the crm114 classifier
##############################################
[crm]
classifier =<osb unique microgroom>
classes = dk is bs cf se
dir =~/working/edgar/data/crm
extension =.css
logfile =%(dir)s/learning.log
How can I get at them in my app. Do I need to call ConfigParser
myself?? I think if I don't use the [crm] section they are available
in config['app_conf'] but that seems wrong.
Dam, feel like a newbie again :`(
No worries, they're in the pylons.config object. pylons.config
['logfile'], etc.
Cheers,
Ben