On Fri, 28 Jan 2011 16:11:00 -0500, Jesse Rosenthal <jrosenthal at jhu.edu> 
wrote:
> Hmm... looks like a problem with ConfigParser. Maybe the default values
> aren't working well?

Yep, that was the problem. It turns out it doesn't take True and False
as defaults -- needs strings ("yes", "no", "true", "false) or 1 or
0. Anyway, I fixed that. Thanks, Andreas!

Best,
Jesse

Reply via email to