| The Following User Says Thank You to jsharper For This Useful Post: | ||
|
|
2011-09-26
, 04:27
|
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#662
|
| The Following User Says Thank You to fatalsaint For This Useful Post: | ||
|
|
2011-09-26
, 04:38
|
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#663
|
sudo gainroot apt-get install python-pyside.qtwebkit
|
|
2011-09-26
, 05:26
|
|
|
Posts: 28 |
Thanked: 3 times |
Joined on Sep 2010
|
#664
|
| The Following User Says Thank You to Tensuke For This Useful Post: | ||
|
|
2011-09-26
, 06:06
|
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#665
|
Just updated today, opened it up and it already logged me in and started playing music-love it! Any chance of adding song bookmarking? Or is that not available on the API?
| The Following User Says Thank You to fatalsaint For This Useful Post: | ||
|
|
2011-09-26
, 06:08
|
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#666
|
| The Following 5 Users Say Thank You to fatalsaint For This Useful Post: | ||
|
|
2011-09-26
, 07:02
|
|
|
Posts: 28 |
Thanked: 3 times |
Joined on Sep 2010
|
#667
|
Does the Pandora website do it? What's it do?
I will check the pianobar sources (that's where I get all my API information).
|
|
2011-09-26
, 16:15
|
|
Posts: 458 |
Thanked: 667 times |
Joined on Sep 2007
@ The DMV
|
#668
|
|
|
2011-09-26
, 16:36
|
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#669
|
| The Following User Says Thank You to fatalsaint For This Useful Post: | ||
|
|
2011-09-26
, 16:45
|
|
Posts: 458 |
Thanked: 667 times |
Joined on Sep 2007
@ The DMV
|
#670
|
I don't specify a version in mine.. what repo's do you have enabled?
![]() |
| Tags |
| bad tags, good tags, pyradio |
| Thread Tools | |
|
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)