Re: problem with program - debugging leading nowhere

2009-02-01 Thread Ben Finney
Ben Finney writes: > Step three: When asking people to help with understanding an error > message, it helps to post the actual (complete) error message :-) My apologies, you did provide this and I missed it. -- \ “One time I went to a drive-in in a cab. The movie cost me | `\

Re: problem with program - debugging leading nowhere

2009-01-30 Thread Matthew Sacks
this works. thanks! On Fri, Jan 30, 2009 at 3:59 PM, Jervis Whitley wrote: > > >> >> >> >> >> error message: >> Traceback (most recent call last): >> File "", line 1, in >> IndentationError: expected an indented block (, line 39) >> >> code: >> http://pastebin.com/f2f971f91 > > Hi, > > It looks

Re: problem with program - debugging leading nowhere

2009-01-30 Thread Ben Finney
Matthew Sacks writes: > i am trying to figure out what has gone wrong in my python program. it > is complaining that there is an indendation error. should be simple > enough but im stuck on this one. if anyone can help unjolt me it would > be appreciated. Step one: Ensure the problem doesn't get

Re: problem with program - debugging leading nowhere

2009-01-30 Thread John Machin
On Jan 31, 10:43 am, Matthew Sacks wrote: > i am trying to figure out what has gone wrong in my python program. it > is complaining that there is an indendation error. should be simple > enough but im stuck on this one. if anyone can help unjolt me it would > be appreciated. > > thank you > > erro

problem with program - debugging leading nowhere

2009-01-30 Thread Jervis Whitley
-- Forwarded message -- From: Jervis Whitley Date: Sat, Jan 31, 2009 at 10:59 AM Subject: Re: problem with program - debugging leading nowhere To: Matthew Sacks Cc: python-list@python.org > > > > error message: > Traceback (most recent call last): > F

Re: problem with program - debugging leading nowhere

2009-01-30 Thread Jervis Whitley
> > > > error message: > Traceback (most recent call last): > File "", line 1, in > IndentationError: expected an indented block (, line 39) > > code: > http://pastebin.com/f2f971f91 > Hi, It looks like you have commented out a line on line 30, you need to place something in here, as python is

problem with program - debugging leading nowhere

2009-01-30 Thread Matthew Sacks
i am trying to figure out what has gone wrong in my python program. it is complaining that there is an indendation error. should be simple enough but im stuck on this one. if anyone can help unjolt me it would be appreciated. thank you error message: Traceback (most recent call last): File ""