Creating a source with Python

Hey All,

I have figured out how to program signal processing blocks in c++, and
get
them to run in python, but I am looking at creating a source that will
read
from a wx slider bar and scale that value and pass it into my other
signal
processing blocks. So I need to set up a source in python, but I am
unsure
how to do this, since all of the examples (that I can find) were done in
c++. Can someone point me in the right direction?

Thank You,
Scott Meuleners

On Sun, Dec 03, 2006 at 10:29:04AM -0500, Scott Meuleners wrote:

Scott Meuleners
Take a look at gnuradio-examples/python/usrp/*.py

Several of them have sliders in them that control various parameters
of signal processing blocks.

Try usrp_wfm_rcv.py

Eric