Yes, that was typo.

PYTHONPATH=/usr/local/lib/python2.6/dist-packages

I did mean dist-pakages. I have three directories in dist, gnuradio grc_gnuradio usrpm. And nothing in the site-packages.




Alexandru Csete wrote:
On Wed, Feb 16, 2011 at 3:19 PM, Scott Johnston
<scott.johns...@ll.mit.edu> wrote:
Thanks Josh. Getting the newest gnuradio from git solved the uhd problem,
but now gnuradio is broken. I know it must be some path problem but I have
tried the usual tricks: I set my
PYTHONPATH=/usr/local/lib/pkgconfig/dist-packages and
LD_LIBRARY_PATH=/usr/local/lib and I did sudo ldconfig in the gnuradio
directory. And I checked /etc/ld.so.conf and /usr/local/lib is in there.

Maybe just a typo, but instead of
PYTHONPATH=/usr/local/lib/pkgconfig/dist-packages

try:
PYTHONPATH=/usr/local/lib/python2.6/site-packages

Alex

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

--
Scott Johnston
MIT Lincoln Laboratory
244 Wood Street, Lexington, MA 02420-9108
(781) 981-8196
scott.johns...@ll.mit.edu


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

Reply via email to