On Fri, Jul 14, 2006 at 09:44:19AM -0700, Quenton Bonds wrote: > Hello > In an effort to understand the GNU python programming instance, I am > trying to create an instance of the flow graph in the dial_tone example > (codeA) just to make sure I understand how instancing works. > I did this below in ,'mycodeA, but the program did not work. > What am I missing? > This was done in the FM receiver example, i just listed it below(codeB) > as a quick reference.
Try spending some time with the python tutorial: http://docs.python.org/tut/tut.html Particularly section 9, "Classes" Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
