Re: [Discuss-gnuradio] tvrx_nbfm_rcv_gui.py problem -- "module profile not found"

2005-06-13 Thread John Ackermann N8UR
Eric Blossom wrote: FYI, I updated waterfallsink.py to remove the "import profile" line. Eric Thanks! With that and the plughw trick to solve my sample rate problem, I should be set to go. John ___ Discuss-gnuradio mailing list Discuss-gnur

Re: [Discuss-gnuradio] tvrx_nbfm_rcv_gui.py problem -- "module profile not found"

2005-06-13 Thread Eric Blossom
FYI, I updated waterfallsink.py to remove the "import profile" line. Eric ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] tvrx_nbfm_rcv_gui.py problem -- "module profile not found"

2005-06-12 Thread James Cooley
yup, don't forget that when you next do a checkout/build from cvs, you should probably just delete the gr-wxgui directory, re-check it out. This goes for anything you happen to change within the source trees. Otherwise, cvs will see that you've modified the file, it won't fetch the "official"

Re: [Discuss-gnuradio] tvrx_nbfm_rcv_gui.py problem -- "module profile not found"

2005-06-12 Thread James Cooley
Yes, it's just looking for the profile python module which you probably don't have installed.. I don't either, so I commented it out. This change should probably be made in cvs, but you can do it yourself if you are desperate. In gr-wxgui/src/python/waterfallsink.py, just comment out the incl

Re: [Discuss-gnuradio] tvrx_nbfm_rcv_gui.py problem -- "module profile not found"

2005-06-12 Thread John Ackermann N8UR
Thanks! John James Cooley wrote: > Yes, it's just looking for the profile python module which you > probably don't have installed.. I don't either, so I commented it out. > > This change should probably be made in cvs, but you can do it yourself > if you are desperate. > > In gr-wxgui/src/py

[Discuss-gnuradio] tvrx_nbfm_rcv_gui.py problem -- "module profile not found"

2005-06-12 Thread John Ackermann N8UR
Subject line says it all -- it appears the waterfall sink is calling a profile module that's not there. Any suggestions how to resolve this? Thanks, John ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo