[Tutor] Cookie help

Danny Yoo dyoo at hkn.eecs.berkeley.edu
Sun Nov 23 17:11:42 EST 2003


> I think we'll need better error messages.  Try adding this line right
> before the 'import os' line:
>
> ###
> import cgitb
> ###


Hi Conrad,

Whoops.  We need one more line in there:


###
import cgitb
cgitb.enable()
###

Forgot to turn the darn thing on... *grin*


Good luck to you!




More information about the Tutor mailing list