Re: [Discuss-gnuradio] Weird threading problem

2007-03-28 Thread Eric Blossom
On Wed, Mar 28, 2007 at 09:15:17PM -0700, Dan Halperin wrote: > Eric Blossom wrote: > >Does either the modulator or demodulator talk to python via messages? > > > > No. > > >Can you try this experiment again, using "wait" instead of "stop"? > > > > With either a stop or a wait, there were no

Re: [Discuss-gnuradio] Weird threading problem

2007-03-28 Thread Eric Blossom
On Wed, Mar 28, 2007 at 03:57:14PM -0700, Dan Halperin wrote: > Hi, > > So I made a loopback graph (file source, modulator, demodulator, file > sink) with a short 1K file in it. The following code works (runs and > exits without any exceptions): > > graph = loopback_graph() > prin

[Discuss-gnuradio] Weird threading problem

2007-03-28 Thread Dan Halperin
Hi, So I made a loopback graph (file source, modulator, demodulator, file sink) with a short 1K file in it. The following code works (runs and exits without any exceptions): graph = loopback_graph() print "starting" graph.start() print "started" print "stop