gnuradio / gr-bokehgui

Web based display for GNU Radio applications
GNU General Public License v3.0
82 stars 26 forks source link

AttributeError: 'test_bokehgui' object has no attribute 'widget_lst' #63

Closed johanEDSaputro closed 5 months ago

johanEDSaputro commented 5 months ago

i got some error due to running gr-bokehgui,

here is the errors Traceback (most recent call last): File "/home/brawijaya/Documents/Documents-Thinkpad/Project/Research/GRC/plugins/gr-bokehgui/examples/./test_bokehgui.py", line 578, in main() File "/home/brawijaya/Documents/Documents-Thinkpad/Project/Research/GRC/plugins/gr-bokehgui/examples/./test_bokehgui.py", line 556, in main tb = top_block_cls() ^^^^^^^^^^^^^^^ File "/home/brawijaya/Documents/Documents-Thinkpad/Project/Research/GRC/plugins/gr-bokehgui/examples/./test_bokehgui.py", line 82, in init self.signal_amp_slider = bokehgui.slider(self.widget_lst, 'Signal Amplitude' +":", 0, 10, 0.01, 10, 10.0) ^^^^^^^^^^^^^^^ AttributeError: 'test_bokehgui' object has no attribute 'widget_lst'

any suggestion for fixing this problem? thank you

johanEDSaputro commented 5 months ago

the shared library is not loaded, so i just need to running the grc from terminal

thanks

Notou commented 5 months ago

Are you saying that you fixed your error? Path issues in your environment variables could indeed happen when running GRC from a shortcut, and could cause some modules to not be found.

johanEDSaputro commented 5 months ago

yes the error was solved. The error occurred because the shared library not open in GRC shortcut, so I just need to running using terminal and I just edit my shortcut.

Thanks

Are you saying that you fixed your error? Path issues in your environment variables could indeed happen when running GRC from a shortcut, and could cause some modules to not be found.