Hi Sharath - GNU Radio API version 3.7 installs "gnuradio-runtime". "gnuradio-core" is from the 3.6 API. This change is version dependent and OS agnostic. You can find what a port installed and where it is installed via "port contents gnuradio | more". THe Python files are installed into "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gnuradio/". Hope this helps. - MLD
On Aug 7, 2014, at 6:59 PM, Sharath Ananth <[email protected]> wrote: > I recently installed gnu radio using macports and so far things seem to be > working, that is I can open and edit changes in GRC, make my own modules and > see it compile etc. Early days. However I dont see where gnuradio-core is > installed if at all. > Does Macports install gnu radio-core? > > Here is the output from port installed: > port installed | grep gnuradio > gnuradio > @3.7.4_0+docs+grc+jack+orc+portaudio+python27+qtgui+sdl+swig+uhd+wavelet+wxgui > (active) > > Here is the output from ls > ls /opt/local/lib/python2.7/site-packages/ > volk_modtool xcbgen > > Specifically I am looking for the package "read_complex_binary" which can > help me read files dumped from grc. -- Michael Dickens, OSX Programmer Ettus Research Technical Support Email: [email protected] Web: http://www.ettus.com _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
