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


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

Reply via email to