Can I consume output in python?

Is it possible to write a python gnuradio app that constructs a gnuradio
graph, runs it and consumes its output? Ie. instead of having a normal
sink node, lets the python app sink the data.

On 08/24/2011 04:47 PM, open bts wrote:

Is it possible to write a python gnuradio app that constructs a
gnuradio graph, runs it and consumes its output? Ie. instead of
having a normal sink node, lets the python app sink the data.

You can use message queues for that, as far as I know.