> > Thanks, Eric. > > >> Is your PYTHONPATH set to /usr/local/lib/python2.6/dist-packages? >> Is your PYTHONPATH exported? >> > I'm not sure on these two questions. I installed python2.6 from synaptic > package manager, I thought it should set the path right. If not, could you > please tell me how to set PYTHONPATH and how to export PYTHONPATH? > In the shell, before invoking any Gnu Radio application:
PYTHONPATH=/usr/local/lib/python2.6/dist-packages export PYTHONPATH You can put these in the ".bashrc" file in your home directory if it becomes a pain to type manually. You might want to get a book on "Linux for beginners" or something like that, which will help you with quite simple things like "how to set an environment variable". -- Marcus Leech Principal Investigator Shirleys Bay Radio Astronomy Consortium http://www.sbrac.org _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
