Installation problems

Hi all,

I ve Ubuntu 9.10 running on my laptop and ve been trying to install
GNUradio 3.2.2 tarball packages. I installed all the dependencies
mentioned on the ubuntu source build page and everything until the end
runs just fine(configure,make, make install.). Just after installation
in the same terminal window, I ran grc to check if everything went well.
I got no errors at all at this point. Then I closed that terminal,opened
a new one and tried running grc again. grc would nt show up and I get
the “import error: check if LD_LIBRARY_PATH and PYTHONPATH have been
set”. I ran "$ls -lR $PYTHONPATH/gnuradio/gr " but it returns nothing
and I find no gnuradio packages in python2.6/dist-packages.
I did set the PYTHONPATH using “$export
PYTHONPATH=/usr/local/lib/python2.6/dist-packages” before installation.

Can somebody please shed light on what could be done now ?

Thanks,
Mark.

Hi all,

I find that my .py files are getting installed into
/usr/lib/python2.6/dist-packages instead of
/usr/local/lib/python2.6/dist-packages inspite of explicitly exporting
the PYTHONPATH as /usr/local/lib… . Can somebody please let me know
how I can configure gnuradio to find them from /usr/lib instead of
/usr/local/lib…

Thanks,
Mark