discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Why do i get "no module named wxgui" error


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] Why do i get "no module named wxgui" error
Date: Fri, 26 Jul 2013 10:18:13 -0400

On Thu, Jul 25, 2013 at 6:22 AM, Lakhan Shiva <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]