discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] except ModToolException as err:


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] except ModToolException as err:
Date: Fri, 15 Apr 2016 13:45:39 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

Hi Kei,

no, this is something else: As the error message says, the "ModToolException" name is not defined, which is strange, because it is defined in the very basic python files that belong to gr_modtool.
Are you perhaps mixing different installations of GNU Radio (e.g. a new one with a really really old gr_modtool that you downloaded separately?!)?
Best regards,
Marcus

On 15.04.2016 10:17, Keikavoos Afghahi wrote:

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 <module>
    main()
  File "/usr/local/bin/gr_modtool", line 41, in main
    except ModToolException as err:
NameError: global name 'ModToolException' is not defined



my first guess is gr_modtool script cant find the files to create an OOT module, i dont know how to fix this though. 


Thanks for any help


Kei






_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


reply via email to

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