discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Problems in making an array in python


From: George Nychis
Subject: Re: [Discuss-gnuradio] Problems in making an array in python
Date: Wed, 07 May 2008 20:06:19 -0400
User-agent: Thunderbird 2.0.0.12 (X11/20080227)



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.




reply via email to

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