discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] hier_block


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] hier_block
Date: Sun, 12 Nov 2006 07:35:34 -0800
User-agent: Mutt/1.5.9i

On Sun, Nov 12, 2006 at 11:52:03AM +0100, Erlend Barstad Strand wrote:
> Sorry, I realise I was a bit short.....
> 
> The file I'm trying to compile is qam_corr_demod.py.
> 
>       fg.connect(self.carrier_inphase, (self.qam_corr,1))
>       fg.connect((self.carrier_quadrature, (self.qam_corr,2))
                   ^
                   +----- Extra paren here

>         gr.hier_block.__init__(self, fg, self.qam_corr , self.kludge_out)
>       

I suggest using an editor that does automatic parenthesis balancing
and automatic indentation for Python.  I'm a fan of xemacs, but there
are others.  They keep you from spending hours looking for stuff like
this ;)

Eric




reply via email to

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