discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Re: Not coercible to endpoint: %s" % (x,)


From: C.cc Jay
Subject: [Discuss-gnuradio] Re: Not coercible to endpoint: %s" % (x,)
Date: Fri, 24 Oct 2008 16:32:36 +0200

Dear Richard Jaeger

Did you find the ANS or solution.

I got same problem. when I use band pass filter. I got the message Not 
coercible to endpoint. I did not solve this problem.

But, I found a discussion in other place.
Maybe you can tell me, what does he means?

==============================================================
by Eric Blossom Feb 05, 2008
reply: On Tue, Feb 05, 2008 at 12:21:37AM -0800, Fasika Alemayehu wrote:

>  "/usr/local/lib/python2.5/site-packages/gnuradio/gr/basic_flow_graph.py", 
> line 84, in coerce_endpoint
>     raise ValueError, "Not coercible to endpoint: %s" % (x,)
> ValueError: Not coercible to endpoint: <gnuradio.blks2impl.gmsk.gmsk_demod 
> object at 0xb649deac>
> ------------------------------------------------------------------------------------------------------------------

You can't mix flow_graph and blk2.  You should be subclassing
gr.top_block, not gr.flow_graph
-- 
Posted via http://www.ruby-forum.com/.




reply via email to

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