Adrian,

I took a look at modpython.py. I changed line 16 to:

    _str_to_bool = lambda s: s.lower() in ('1', 'true', 'on', 'yes')

Note the parethesis.
Seems to work now. Cool, Thanks!

Reply via email to