On Wed, Jul 29, 2009 at 4:40 AM, Daniel Ampem<[email protected]> wrote:
> File "./Fmstereo.py", line 25 > from gnuradio import gr, usrp, blks2 > ^ > IndentationError: unexpected indent Python parses your code based on the indentation so it doesn't have to use brackets to separate logical portions of code. You did that incorrectly somehow. http://diveintopython.org/getting_to_know_python/indenting_code.html Jason _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
