[Discuss-gnuradio] except ModToolException as err:

2016-04-15 Thread Keikavoos Afghahi
Hello, i wanted to create my OOT module. I use Ubuntu and when i type : " gr_modtool newmod mymod " in the terminal , the following exception is thrown : Traceback (most recent call last): File "/usr/local/bin/gr_modtool", line 47, in main() File "/usr/local/bin/gr_modtool", line 41,

[Discuss-gnuradio] except ModtoolException

2016-04-15 Thread Keikavoos Afghahi
Sorry the E-mail went private, Thanks for the quick answer, yes i am using old vesrions of GNU-radio. I had an old version of Gnuradio installed on my system. I wanted to install the source so i used the script which is provided on the web-site. Unfortunately the compilation did not finish an

Re: [Discuss-gnuradio] Run Gnu Radio after installation

2016-05-11 Thread Keikavoos Afghahi
Hello Shahnaz, i hope the experts dont mind if i answer this since i have installed GnuRadio and UHD both recently with the help of the build script. If you have Ubuntu there is a simple way to get GnuRadio and UHD both from source. You just have to use the build script provided by Mr. Marcu

Re: [Discuss-gnuradio] qt_gui not found

2017-05-22 Thread Keikavoos Afghahi
Hi Ali, There are two types of gui’s as far as I know in gnuradio companion. qt and wx Gui, instead of wx gui block use qt. your default is now set to qt but you are using wx instead. Of course you can use whatever you like but you have to change the default from qt to wx if you like to plot yo