[cse491] [ctb at msu.edu: Re: CSE 491 Lab Question]

C. Titus Brown ctb at msu.edu
Thu Sep 10 18:04:16 PDT 2009


Hi all,

I've updated the lab notes, at

	http://ged.msu.edu/courses/2009-fall-cse-491/cse491-2009-lab2.html

to fix this - sorry!

--titus

----- Forwarded message from "C. Titus Brown" <ctb at msu.edu> -----

Date: Thu, 10 Sep 2009 16:56:35 -0700
From: "C. Titus Brown" <ctb at msu.edu>
To: Andrew Kos <akos123 at gmail.com>
Cc: Titus Brown <titus at idyll.org>
Subject: Re: CSE 491 Lab Question

On Thu, Sep 10, 2009 at 07:04:53PM -0400, Andrew Kos wrote:
-> Hello,
-> I didn't have a laptop today in class, so I am working on the lab stuff now.
-> I can't seem to get the traceback thing to work... I copied and pasted the
-> line:
-> 
-> #! /usr/bin/env python import cgitb cgitb.enable() int('this is not a
-> number')
-> 
->  Straight from the worksheet into my cgi script and it still isn't working.
-> So I'm not really sure what's goin on here...

The worksheet has a bug -- can you look at the text version?  It should
be something like

#! /usr/bin/env python
import cgitb
cgitb.enable()
int('this is not a number')

sorry, my mistake!

--t
-- 
C. Titus Brown, ctb at msu.edu

----- End forwarded message -----

-- 
C. Titus Brown, ctb at msu.edu



More information about the cse491-fall-2009 mailing list