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


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to