apt-get install python-pyside.qtnetwork
ImportError: could not import PySide.QtNetwork
Traceback (most recent call last): File "/opt/pyRadio/pyRadio.py", line 694, in <module> panda = Panda() File "/opt/pyRadio/pyRadio.py", line 104, in __init__ self.ui.setupUi(self) File "/opt/pyRadio/pyRadio_ui.py", line 26, in setupUi self.albumArt = QtWebKit.QWebView(self.centralwidget) TypeError: 'PySide.QtWebKit.QWebView' called with wrong argument types: PySide.QtWebKit.QWebView(PySide.QtGui.QWidget) Supported signatures: PySide.QtWebKit.QWebView(PySide.QtGui.QWidget = None)