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 |
`\
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
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
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
>
>
>
> 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