Re: [Discuss-gnuradio] GNu radio examples not running

2014-06-05 Thread Marcus Müller
Ali, you need to be a little more proactive when trying to solve your problems. As you have showed in other posts, you're able to run programs from a command line (e.g. cmake), and that's what you should do here. Greetings, Marcus On 05.06.2014 10:29, jason sam wrote: > The problem is that when

Re: [Discuss-gnuradio] GNu radio examples not running

2014-06-05 Thread jason sam
The problem is that when i run it in terminal the terminal opens momentarily and then closes again. On Thu, Jun 5, 2014 at 1:14 PM, Marcus Müller wrote: > Hi Ali, > > well, then what's the problem when running the Python file in a terminal? > Usually, this will be something like your audio devi

Re: [Discuss-gnuradio] GNu radio examples not running

2014-06-05 Thread Marcus Müller
Hi Ali, well, then what's the problem when running the Python file in a terminal? Usually, this will be something like your audio device being inaccessible and is really more of a configuration problem on your side :) Greetings, Marcus On 05.06.2014 09:59, jason sam wrote: > '.grc' file is not a

Re: [Discuss-gnuradio] GNu radio examples not running

2014-06-05 Thread jason sam
'.grc' file is not available,only '.py' is available. On Thu, Jun 5, 2014 at 12:56 PM, jason sam wrote: > If i run it in terminal even then its not running. > > > On Thu, Jun 5, 2014 at 12:52 PM, Martin Braun > wrote: > >> On 05.06.2014 06:28, jason sam wrote: >> >>> Hi All, >>> When i try to

Re: [Discuss-gnuradio] GNu radio examples not running

2014-06-05 Thread jason sam
If i run it in terminal even then its not running. On Thu, Jun 5, 2014 at 12:52 PM, Martin Braun wrote: > On 05.06.2014 06:28, jason sam wrote: > >> Hi All, >> When i try to run any of built in examples (in .py form) with GRC,i get >> the following error: >> > > Are you trying to open the .py f

Re: [Discuss-gnuradio] GNu radio examples not running

2014-06-05 Thread Martin Braun
On 05.06.2014 06:28, jason sam wrote: Hi All, When i try to run any of built in examples (in .py form) with GRC,i get the following error: Are you trying to open the .py file with GRC? If yes, you can't do that. You must either run the .py directly, or run the .grc file. M Error: /usr/loca

[Discuss-gnuradio] GNu radio examples not running

2014-06-04 Thread jason sam
Hi All, When i try to run any of built in examples (in .py form) with GRC,i get the following error: Error: /usr/local/share/gnuradio/examples/audio/audio_fft.py:1:1:FATAL:PARSER:ERR_DOCUMENT_EMPTY: Start tag expected, '<' not found An example of such file is as attached. #!/usr/bin/python #!/usr