Re: [Discuss-gnuradio] how to compile the py file in gnuradio

2013-03-03 Thread Nicholas Corgan
Python is an interpreted language, so unlike C++, you do not need to recompile your program to run it with your changes. On Sun, Mar 3, 2013 at 5:34 AM, Yingjie Chen wrote: > Hi guys, > > I have checked the mailing list before, but cannot fine any useful > information related to my question. I

[Discuss-gnuradio] how to compile the py file in gnuradio

2013-03-03 Thread Yingjie Chen
Hi guys, I have checked the mailing list before, but cannot fine any useful information related to my question. I have done some modifications in ofdm.py file. And I want to rebuild or compile it, how should I do? I have try to use make install command, seems nothing happen.