Re: [Discuss-gnuradio] how to import a class in python

2006-05-03 Thread Eric Blossom
On Tue, May 02, 2006 at 03:21:05PM -0400, Achilleas Anastasopoulos wrote: > I have developed a simple class "howto_object" > (which does not do anything at this point...) > and now I want to make it part of gnuradio/howto, > so that I can "see" it in python when I am > doing "from gnuradio import h

[Discuss-gnuradio] how to import a class in python

2006-05-02 Thread Achilleas Anastasopoulos
I have developed a simple class "howto_object" (which does not do anything at this point...) and now I want to make it part of gnuradio/howto, so that I can "see" it in python when I am doing "from gnuradio import howto" This class is not derived from gr_block and the rest, so I am not sure what t