George Nychis wrote:
Read the error, it's quite descriptive.
Python interprets blocks by their indentation, instead of C or C++ which
interpret blocks with braces {}.
Your indentation doesn't match.
Another thing to keep in mind is things may look indented properly, but
the previous line in the block of code could be indented using tabs
whereas you're intending using spaces, or visa-versa.
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio