On Thu, Feb 26, 2009 at 2:45 PM, Bruce McGuffin <mcguf...@ll.mit.edu> wrote:
> The output from running configure is very long, the last bit summarizing > what happened (below) says gnuradio-core was successfully configured, but > some other > stuff wasn't. Then make ran without generating an error. Would one of the > the > things not configured cause the problem? If so, why wasn't it configured? Your list of modules is fine; gnuradio-core configured and was compiled and installed. It's likely you don't have PYTHONPATH set correctly. Some OSes need it, some don't. Presumably, the gnuradio Python components got installed to: /usr/local/lib/python2.5/site-packages Try putting that path or the correct one into the PYTHONPATH environment variable. If that works, you'll need to set this in your login scripts. Johnathan _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio