quick newbie syntax question

Robocop bthayre at physics.ucsd.edu
Mon Oct 20 15:24:14 EDT 2008


oops!   Sorry about that, i should have just copied my code directly.
I actually did specify an int in range:
> > year = '2008'
> > month = '09'
> > limit = '31'
> > for i in range(1,int(limit)):

The code is currently failing due to the syntax in the filter,
particularly the section "date = year'-'month'-'i"



More information about the Python-list mailing list