discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] gr.file_sink Issue


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] gr.file_sink Issue
Date: Mon, 21 Oct 2013 09:27:51 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0

Hi Paul,

if you're using GR 3.7, the "standard" blocks have moved from the /gr/ module to the /blocks/ module.
If you're using 3.6, further investigation is necessary.

Greetings,
Marcus

On 10/21/2013 01:45 AM, Paul B. Huter wrote:
I looked everywhere for information pertaining to this question, but nothing worked.

I am starting with a sample for recording information from my USRP (N210), but I am running into issues with:

self.gr_file_sink = gr.file_sink(gr.sizeof_complex, "data.dat")

When I try running it, I get:

AttributeError: 'module' object has no attribute 'file_sink'

Where am I going wrong? Is this an issue with my installation, something to do with C++/Python configuration? I followed the instructions for setup from Ettus (http://code.ettus.com/redmine/ettus/projects/uhd/wiki/GNURadio_Windows).

I was having issues with WX on GNURadio-Companion (Windows), and I cannot get my network configured for Linux, so I resorted to a Python script in Windows.

Any help (including pointing me to reference pages or links) will be appreciated.

Thank you.


_______________________________________________
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]