Re: python Error: IndentationError: expected an indented block

2006-11-08 Thread Ben Finney
Please don't post HTML message bodies to a public forum. Antonios Katsikadamos <[EMAIL PROTECTED]> writes: > hi all. I am using python 2.4. I have to run an older python code > and when i run it i get the following message > IndentationError: expected an indented block. > 1)what does this mean?

Re: python Error: IndentationError: expected an indented block

2006-11-08 Thread Vyacheslav Sotnikov
Antonios Katsikadamos пишет: > hi all. I am using python 2.4. I have to run an older python code and when i > run it i get the following message > > IndentationError: expected an indented block. > > 1)what does this mean? http://www.python.org/doc/2.4.3/ref/indentation.html > 2)how can i ove