Hello GR,

I just installed GR 3.7 on my Centos 6.5 machine, everything I done is ok (I
set the env. var. after accordingly). 
But when I run gnuradio-companion I got a bunch of errors appearing in the
terminal:

*Error: 'DrawingArea' object has no attribute 'set_can_focus'*
>>> Failure
Traceback (most recent call last):
  File
"~/gnuradio-3.7_install/lib64/python2.6/site-packages/gnuradio/grc/gui/MainWindow.py",
line 188, in new_page
    file_path=file_path,
  File
"~/gnuradio-3.7_install/lib64/python2.6/site-packages/gnuradio/grc/gui/NotebookPage.py",
line 82, in __init__
    self.drawing_area = DrawingArea(self.get_flow_graph())
  File
"~/gnuradio-3.7_install/lib64/python2.6/site-packages/gnuradio/grc/gui/DrawingArea.py",
line 66, in __init__
    self.set_can_focus(True)
*AttributeError: 'DrawingArea' object has no attribute 'set_can_focus'*
Traceback (most recent call last):
  File
"~/gnuradio-3.7_install/lib64/python2.6/site-packages/gnuradio/grc/gui/ActionHandler.py",
line 357, in _handle_action
    self.main_window.reports_scrolled_window.set_visible(visible)
AttributeError: 'gtk.ScrolledWindow' object has no attribute 'set_visible'
Traceback (most recent call last):
  File
"~/gnuradio-3.7_install/lib64/python2.6/site-packages/gnuradio/grc/gui/ActionHandler.py",
line 361, in _handle_action
    self.main_window.btwin.set_visible(visible)
AttributeError: 'BlockTreeWindow' object has no attribute 'set_visible'
Traceback (most recent call last):
  File
"~/gnuradio-3.7_install/lib64/python2.6/site-packages/gnuradio/grc/gui/ActionHandler.py",
line 489, in _handle_action
    Actions.ERRORS_WINDOW_DISPLAY.set_sensitive(not
self.get_flow_graph().is_valid())
  File
"~/gnuradio-3.7_install/lib64/python2.6/site-packages/gnuradio/grc/gui/MainWindow.py",
line 304, in get_flow_graph
    return self.get_page().get_flow_graph()
*AttributeError: 'NoneType' object has no attribute 'get_flow_graph'
*^CTraceback (most recent call last):
  File "~/gnuradio-3.7_install/bin/gnuradio-companion", line 72, in <module>
    ActionHandler(args, Platform())
  File
"~/gnuradio-3.7_install/lib64/python2.6/site-packages/gnuradio/grc/gui/ActionHandler.py",
line 72, in __init__
    gtk.main()

And the window of grc appears but empty nothing inside just gray. 
BTW the menu bar appears but the blocks, output and the main windows does
not.
Trying to click close or click on any button of the menu bar give no result.
One need to close the graph by Ctl+C in the terminal.

Any hints or help is well appreciated.    

Regards,
Ruecan



--
View this message in context: 
http://gnuradio.4.n7.nabble.com/GRC-issues-with-GNU-Radio-3-7-tp46935.html
Sent from the GnuRadio mailing list archive at Nabble.com.

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

Reply via email to