On Thu, Jul 25, 2013 at 6:22 AM, Lakhan Shiva <lakhansh...@gmail.com> wrote: > Hello, I am pretty new to gnu radio, trying to learn it asap and start > developing apps. I am very interested in it. > > When i try to execute the usrp wfm receive python file i get the following > error. > > Traceback (most recent call last): > File "./usrp_wfm_rcv.py", line 25, in <module> > from gnuradio.wxgui import slider, powermate > ImportError: No module named wxgui > > Though i have gr-wxgui folder in my gnuradio directory i get this error. I > have wx python installed on my pc too. Whatever the solution is please guide > me step by step. Thanks in advance!
Just because you have gr-wxgui in the source tree doesn't mean that it's being built in the project. When you run cmake, what does it tell you about the enabled and disabled components? If gr-wxgui is in the disabled components, you can look at the output of cmake to figure out which dependency it isn't finding. Tom _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio