[cse491] hw2, problem 5

C. Titus Brown ctb at msu.edu
Mon Sep 21 18:24:06 PDT 2009


On Mon, Sep 21, 2009 at 09:21:37PM -0400, Robert Victoria wrote:
> Titus,
> To test our script, are you saying that if I enter in a command line:
> 
> jinja2_form.process("somename", 4, "blue", true)
> 
> that this should work?  right now, I get "badly placed ()'s.

Try:

python
...

>>> jinja2_form.process("somename", 4, "blue", True)

That is, you have to run the command from within Python.

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



More information about the cse491-fall-2009 mailing list