discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] using custom signal processing module


From: intermilan
Subject: Re: [Discuss-gnuradio] using custom signal processing module
Date: Tue, 7 Jun 2011 08:56:25 +0800

hi Thomas:
    What did you import in your python script? you should import "your package's name", not from gnuradio import "your package's name".
    Hope this is helpful.

Inter


From: address@hidden
To: address@hidden
Date: Mon, 6 Jun 2011 16:59:40 -0400
CC: address@hidden
Subject: Re: [Discuss-gnuradio] using custom signal processing module

Yes, I did...
My custom module showed up in gnuradio-companion after I ran make install... But, I couldn't load it in python script.

Thomas




From:        Nick Foster <address@hidden>
To:        Thomas H Kim <address@hidden>
Cc:        address@hidden
Date:        06/06/2011 01:08 PM
Subject:        Re: [Discuss-gnuradio] using custom signal processing module




On Mon, 2011-06-06 at 08:45 -0400, Thomas H Kim wrote:
> Hello,
>
> I followed "writing a signal processing block for GNU radio" with
> little bit of modification and I was able to compile and ran make
> check without any problem.
> When I launch gnuradio-companion, the module I made showed up.
> However, when I try to import the module from python script, I get
> import error saying there is no such as module.
> Is there anything like Python configuration file which contains all
> paths to Python module? If so, what do I need to modify?
> Your help will be appreciated.

Did you make install?

--n

> Thanks,
>
> Thomas
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
>
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




_______________________________________________ Discuss-gnuradio mailing list address@hidden https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

reply via email to

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