On Mon, Oct 10, 2005 at 09:12:13AM +1000, Timothy Smith wrote:
> FAYI i have already found it and it was a wrongly indented code block :/

When indentation leaves an illegal program structure, Python gives a very
informative error message, such as

  File "/tmp/x.py", line 3
    return 3
           ^
IndentationError: unindent does not match any outer indentation level

Jeff

Attachment: pgpQJn4I7qnof.pgp
Description: PGP signature

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to