Re: [Discuss-gnuradio] Basic python question

2012-06-07 Thread Ryan Connelly
Oops that's funny I muxed up the echo and export commands! This is what I meant: export $PYTHONPATH="/usr/local/lib64/python2.7/site-packages" On Thu, Jun 7, 2012 at 8:39 AM, Ryan Connelly wrote: > Type $PYTHONPATH in bash what does it return? Also from the Python > interpreter (type python in b

Re: [Discuss-gnuradio] Basic python question

2012-06-07 Thread Ryan Connelly
Type $PYTHONPATH in bash what does it return? Also from the Python interpreter (type python in bash), type import sys sys.path What does this return? They should return things like /usr/lib64 (and lib)/python2.7/site-packages and /usr/local/lib64 (and lib)/python2.7/site-packages. So what pytho

[Discuss-gnuradio] Basic python question

2012-06-06 Thread Phil
I'm almost afraid to ask such a basic question. A Google search shows that the Internet is awash with all sorts of tutorials but I still haven't discovered the answer. It dawned on me a couple of days ago that gnuradio is not a plug-and -play SDR, like several of the Windows SDR applications t