Menu

GNURADIO on Pydev

2008-04-09
2013-03-15
  • Frederic LE ROY

    Frederic LE ROY - 2008-04-09

    Hello everybody,

    I have tried to use Pydev to execute a GNU RADIO python script but I get this error message :

    ImportError: /usr/lib/python2.5/site-packages/gnuradio/gr/_gnuradio_swig_python.so: undefined symbol: _ZN12gr_file_sink5closeEv

    When I use python interpreter in a terminal this script work quite well and the PYTHONPATH variable seems to be good. Is anybody know how to solve my problem ?

    Tanks.

     
    • Fabio Zadrozny

      Fabio Zadrozny - 2008-04-09

      Seems like the environment variables from your shell are not the same from eclipse... try starting eclipse from the same terminal where you executed that shell.

      Cheers,

      Fabio

       
    • Frederic LE ROY

      Frederic LE ROY - 2008-04-10

      I have exactly the same error message. It seems to be a problem of PYTHONPATH but even when I add /usr/lib/python2.5/site-packages/gnuradio/gr to PYTHONPATH (where the _gnuradio_swig_python.so file is) to PYTHONPATH I got the same message ...