discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Issue with gnuradio-companion execution after Pybombs


From: koneil
Subject: [Discuss-gnuradio] Issue with gnuradio-companion execution after Pybombs installation
Date: Fri, 21 Apr 2017 14:16:12 -0400
User-agent: RoundCube WebMail

Hi,

I recently reinstalled gnuradio through PyBOMBS through pip. My previous installation was a clone of the git repository. I am having trouble runinng gnuradio companion from a prefix.

$ source ~/prefix/setup_env.sh
$ gnuradio-companion

When I run the above commands, I get the following error:

Traceback (most recent call last):
File "/home/gnuradio/default/bin/gnuradio-companion", line 99, in <module>
    run_main()
File "/home/gnuradio/default/bin/gnuradio-companion", line 92, in run_main
    exit(main())
File "/home/gnuradio/default/lib/python2.7/dist-packages/gnuradio/grc/main.py", line 53, in main
    ActionHandler(args, platform)
File "/home/gnuradio/default/lib/python2.7/dist-packages/gnuradio/grc/gui/ActionHandler.py", line 60, in __init__
    self.main_window = MainWindow(platform, self._handle_action)
File "/home/gnuradio/default/lib/python2.7/dist-packages/gnuradio/grc/gui/MainWindow.py", line 80, in __init__
    gen_opts = platform.blocks['options'].get_param('generate_options')
File "/home/gnuradio/default/lib/python2.7/dist-packages/gnuradio/grc/core/utils/odict.py", line 35, in __getitem__
    return self._data[key]
KeyError: 'options'


I can execute gnuradio companion through the following command:
$ pybombs run gnuradio-companion

But before reinstalling PyBOMBS, I was able to run gnuradio companion through the prefix (running setup_env.sh and then calling gnuradio-companion) and I'm wondering why that's no longer possible. I have tried removing and reinstalling gnuradio to the prefix, but that did not work. Has anyone else has this problem or does anyone have any suggestions on how to fix the error?

Thanks,
Kacie



reply via email to

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