View Single Post
Posts: 75 | Thanked: 59 times | Joined on Nov 2009 @ Gilbert, AZ, USA
#661
running
Code:
apt-get install python-pyside.qtnetwork
as root resolved this error:
Code:
ImportError: could not import PySide.QtNetwork
but now I get:
Code:
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)
 

The Following User Says Thank You to jsharper For This Useful Post: