View Single Post
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#655
Originally Posted by Djhunt View Post
I updated, but now the program does not load. Is there something else I need to configure or install?

Code:
 $ /opt/pyRadio/pyRadio.py
Traceback (most recent call last):
  File "/opt/pyRadio/pyRadio.py", line 9, in <module>
    from pyRadio_ui import *
  File "/opt/pyRadio/pyRadio_ui.py", line 231, in <module>
    from PySide import QtWebKit
ImportError: could not import PySide.QtNetwork
Ok, this looks like I'm missing a dependency. Run:
Code:
apt-get install python-pyside.qtnetwork
That should fix the problem. Thanks for letting me know, I'll fix it.

Addison,

pyRadio itself only loads its stuff to /opt. It's dependencies load to other places. I don't know all of the places that the dependencies install too. That just looked to be the biggest one.
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 

The Following 2 Users Say Thank You to fatalsaint For This Useful Post: