> 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!