discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] New Module using gr_modtool Error


From: vamsi krishna
Subject: [Discuss-gnuradio] New Module using gr_modtool Error
Date: Sun, 20 Nov 2016 23:17:15 +0000 (UTC)

Hi,

I run into the attached error when I create a OOT module and installed it using the following commands.

#gnuradio commands
#inside gr directory
mkdir build
cd build

#the install prefix should be given as gnuradio was installed in that folder by MacPorts
cmake -DCMAKE_INSTALL_PREFIX:PATH=/opt/local ../
#to build all files
sudo make

#to build and install files into correct directory to be used by GRC
sudo make install

#To remove certain error for GNURadio companion
export PYTHONPATH=/opt/local/lib/python2.7/site-packages/

I do not have problem using existing blocks, but when I create a new (empty module without any code in work function)

I'm running GNURadio on Mac installed using MacPorts
sudo port install gnuradio -universal

There is a python error twice (once during initial GNURadio startup and later when I click on block the gnuradio crashes with that error again)

Could you please let me know how to resolve the issue?

Thanks
Vamsi

Attachment: Python error
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]