rosrun fails on Qt binding
I am working my way through the tutorials and cannot use anything related to rosrun. I am running 64-bit Ubuntu and I just installed hydro (installed hydro-full).
When I run "rosrun rqt_graph rqt_graph" I get an error with the following final statements:
ImportError: Could not find Qt binding (looked for: 'pyqt', 'pyside'): ImportError for 'pyqt': No module named sip ImportError for 'pyside': No module named QtCore
Thanks in advance.