discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Hello


From: Jason Uher
Subject: Re: [Discuss-gnuradio] Hello
Date: Wed, 29 Jul 2009 08:30:58 -0500

On Wed, Jul 29, 2009 at 4:40 AM, Daniel Ampem<address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]