Hi,
I run into the attached error when I create a OOT module and installed it using 
the following commands.
#gnuradio commands#inside gr directorymkdir buildcd build
#the install prefix should be given as gnuradio was installed in that folder by 
MacPortscmake -DCMAKE_INSTALL_PREFIX:PATH=/opt/local ../#to build all filessudo 
make
#to build and install files into correct directory to be used by GRCsudo make 
install
#To remove certain error for GNURadio companionexport 
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 MacPortssudo 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?
ThanksVamsi

Attachment: Python error
Description: Binary data

_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to