discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Re: Problem with OTA capture examples


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Re: Problem with OTA capture examples
Date: Wed, 17 Dec 2008 06:56:51 -0800
User-agent: Mutt/1.5.18 (2008-05-17)

On Wed, Dec 17, 2008 at 03:47:57PM +0100, Peter O'Doherty wrote:
> The same thing happens when I simply copy a file in the  
> ~/gnuradio-examples/python/audio directory, give it a new name and try  
> to run it.
>
>> Hi,
>> I'm working through the examples on this site:
>>
>> http://www.kd7lmo.net/ground_gnuradio_ota.html
>>
>> and am trying to run this code:
>>
>> http://www.kd7lmo.net/gnuradio/am_rcv.py
>>
>> If I run this in the terminal:
>> ./am_rcv.py hf_10000khz_256_complex.dat 0
>> I get this:
>> bash: ./am_rcv.py: Permission denied
>>
>> Anyone have any idea what I'm doing wrong?
>>
>> Thanks,
>> Peter

You need to ensure that the script is executable.

 $ chmod +x am_rcv.py

Eric




reply via email to

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