discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Simple FM receiver GRC error


From: Marcus D. Leech
Subject: Re: [Discuss-gnuradio] Simple FM receiver GRC error
Date: Thu, 07 Jun 2012 23:12:41 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.15) Gecko/20101027 Fedora/3.0.10-1.fc12 Thunderbird/3.0.10

On Friday, June 08, 2012 12:34:53 PM Phil wrote:

> I'm sorry to have to ask more questions.

>

> The "Simple FM receiver" by Marcus Leech would seem to be simple in name

> only. I'm sure that I have followed the installation instructions to the

> letter but I still end up with an error as follows:

>

> <<< Welcome to GNU Radio Companion 3.5.3.2 >>>

>

> Loading: "/home/phil/bin/simple_fm_helper.py"

> Error: Start tag expected, '<' not found, line 1, column 1

>

> >>> Failure

>

> Showing: ""

>

> In case I've missed something important, this is what I did. I opened

> "simple_fm_rcv.grc" with gnuradio-companion and there aren't any '<' in

> the file simple_fm_helper.py.

 

Phil, I just got simple_fm_rcv working today.

 

I had to:

 

open up a terminal

 

cd to my radio flowdiagram directory - /home/jim/gnu_radio

 

svn co https://www.cgran.org/svn/projects/simple_fm_rcv

 

cd to the directory - in my case - /home/jim/gnu_radio/simple_fm_rcv/trunk/

 

make install

 

export PYTHONPATH=$PYTHONPATH:/home/jim/bin

 

then run gnuradio-companion

 

then open simple_fm_rcv.grc

 

it works! Before this, I was getting an import error for simple_fm_helper no matter where I put the simple_fm_helper program or what I set the PYTHONPATH to.

 

now each time I run gnuradio-companion or the python variant, I have to run the export PYTHONPATH=$PYTHONPATH:/home/jim/bin

statement from inside the terminal that I'll start gnuradio-companion from.

 

{I've not figured out (yet) where Kubuntu 12.04 keeps the .profile or xxx file that would permanently set the python path and allow me to start companion from the GUI.}

 

73s

jim

ki6njf

_______________________________________________ Discuss-gnuradio mailing list address@hidden https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Put the export commands in your $HOME/.bashrc



-- 
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org

reply via email to

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