![]() |
Re: [application] pyRadio (Pandora)
Sorry for the wait Diablo users, haven't forgot about you.
It's going to devel now. If someone reports they install it and it works from devel I'll promote it. Thanks. |
Re: [application] pyRadio (Pandora)
Downloaded and installed the Fremantle update several days ago, when it first became available. Works like a champ. Thank you!
Authentication - YES Stutters between songs - NO |
Re: [application] pyRadio (Pandora)
I'm listening with 4.3 right now on my N800. It's working great. Thanks a bunch, Saint!
|
Re: [application] pyRadio (Pandora)
I'm downloading the .deb for version 4.3 on my N9 now. I'll report back what happens....
|
Re: [application] pyRadio (Pandora)
Well, that went pear shaped.... :(
When clicking on the .deb file in a file manager, the application manager GUI just sits there grinding trying to identify package dependencies. On the terminal, dpkg -i on the.deb file fails due to a dependency on pyside-qt4. I did an apt-cache search and found a meta package for this called python-pyside. Doing an apt-get install on python-pyside results in several errors. Most are just derivatives of this first error: package python-pyside needs pyside-qt4-core but that package is uninstallable I wish I could just copy and paste the terminal out put here, but the N9's x-terminal has no clipboard functionality. I tried taking screen shots, but with no way to dismiss the on screen keyboard, any screen shot would only show four or five lines at a legible font size.... |
Re: [application] pyRadio (Pandora)
Ok the first error is because pyRadio is expecting it to be called pyside-qt4. That is easy enough to be changed, but the rest of you messages is worse.
The fact that you can't install the python-pyside directly means that the packages are broken in the N9 repostiories. Is there an Extras/Devel for the N9? Do you have those enabled? You could try the deb for Diablo.. it uses the old PyQt4 packages instead of PySide. I went PySide for MeeGo because it was all that was available. Package names will likely be different again, so can you tell me what the result of: apt-cache search python-qt4 Shows? |
Re: [application] pyRadio (Pandora)
I can send you the result of my apt-cache search as soon as I get home from work.
Once home, I can ssh into the N9 from my desktop and run the commands. That way, I can use the desktop ssh client to copy and paste the results to you. |
Re: [application] pyRadio (Pandora)
The following is all with the stock repositories on the N9 as there is no stable Extras or recommended Testing repositories set up yet.
Here's the original problem: /home/user/MyDocs/debs # dpkg -i pyradio_4.3_all.deb file /var/lib/dpkg/tmp.ci/digsigsums cannot be opened No digsigsums file (Reading database ... 42549 files and directories currently installed.) Preparing to replace pyradio 4.3 (using pyradio_4.3_all.deb) ... Package pyradio: File '/var/lib/dpkg/info/pyradio.prerm' not in digsigsums -- warning Package pyradio: File '/var/lib/dpkg/info/pyradio.postinst' not in digsigsums -- warning Unpacking replacement pyradio ... Package pyradio: File '/opt/pyRadio/pyRadio.py' not in digsigsums -- warning No digsigsums file dpkg: dependency problems prevent configuration of pyradio: pyradio depends on pyside-qt4-core; however: Package pyside-qt4-core is not installed. pyradio depends on pyside-qt4-gui; however: Package pyside-qt4-gui is not installed. pyradio depends on pyside-qt4-webkit; however: Package pyside-qt4-webkit is not installed. pyradio depends on python-pyside.qtwebkit; however: Package python-pyside.qtwebkit is not installed. dpkg: error processing pyradio (--install): dependency problems - leaving unconfigured Processing triggers for desktop-file-utils ... Processing triggers for hicolor-icon-theme ... Errors were encountered while processing: pyradio aegis-installing pyradio (from '') The first search comes back with nothing: /home/user/MyDocs/debs # apt-cache search python-qt4 /home/user/MyDocs/debs # But then i tried this: /home/user/MyDocs/debs # apt-cache search pyside python-qtmobility.feedback - Qt Mobility Feedback module - Python bindings python-pyside.qtopengl - Qt 4 OpenGL module - Python bindings python-pyside.qtnetwork - Qt 4 network module - Python bindings python-qtmobility.organizer - Qt Mobility Organizer module - Python bindings python-qtmobility.contacts - Qt Mobility Contacts module - Python bindings python-pyside.qtxml - Qt 4 XML module - Python bindings python-pyside.qtsvg - Qt 4 SVG module - Python bindings python-pyside.qtscript - Qt 4 script module - Python bindings python-qtmobility.gallery - Qt Mobility Gallery module - Python bindings libpyside1.0 - Python bindings for Qt 4 (base files) python-qtmobility.serviceframework - Qt Mobility Service Framework module - Python bindings python-qtmobility.connectivity - Qt Mobility Connectivity module - Python bindings python-qtmobility.messaging - Qt Mobility Messaging module - Python bindings python-qtmobility.sensors - Qt Mobility Sensors module - Python bindings python-qtmobility.location - Qt Mobility Location module - Python bindings python-pyside.phonon - Qt 4 Phonon module - Python bindings python-pyside.qtwebkit - Qt 4 WebKit module - Python bindings python-pyside - Python bindings for Qt4 (big metapackage) python-pyside.qtgui - Qt 4 GUI module - Python bindings python-qtmobility.publishsubscribe - Qt Mobility Publish and Subscribe module - Python bindings python-qtmobility.systeminfo - Qt Mobility SystemInfo module - Python bindings python-pyside.qtcore - Qt 4 core module - Python bindings python-pyside.qtsql - Qt 4 SQL module - Python bindings python-pyside.qtdeclarative - Qt 4 Declarative module - Python bindings python-qtmobility.versit - Qt Mobility Versit module - Python bindings python-qtmobility.multimediakit - Qt Mobility MultimediaKit module - Python bindings Trying to install the Python metapackage python-pyside: /home/user/MyDocs/debs # apt-get install python-pyside Reading package lists Building dependency tree Reading state information... Done Building dependency tree Reading state information... Done You might want to run `apt-get -f install' to correct these: The following packages have unmet dependencies: pyradio: Depends: pyside-qt4-core but it is not installable Depends: pyside-qt4-gui but it is not installable Depends: pyside-qt4-webkit but it is not installable Depends: python-pyside.qtwebkit but it is not going to be installed python-pyside: Depends: python-pyside.phonon (>= 1.0.7-1maemo2+0m6) but it is not going to be installed Depends: python-pyside.qtscript (>= 1.0.7-1maemo2+0m6) but it is not going to be installed Depends: python-pyside.qtsql (>= 1.0.7-1maemo2+0m6) but it is not going to be installed Depends: python-pyside.qtsvg (>= 1.0.7-1maemo2+0m6) but it is not going to be installed Depends: python-pyside.qtwebkit (>= 1.0.7-1maemo2+0m6) but it is not going to be installed Depends: python-pyside.qtxml (>= 1.0.7-1maemo2+0m6) but it is not going to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). |
Re: [application] pyRadio (Pandora)
By the way, here's what Python packages I have already installed:
/home/user/MyDocs/debs # dpkg -l|grep -i python ii libpyside1.0 1.0.7-1maemo2+0m6 Python bindings for Qt 4 (base files) ii libpython2.6 2.6.6-6maemo3+0m6 Shared Python runtime library (version 2.6) ii libshiboken1.0 1.0.7-1maemo1+0m6 CPython bindings generator for C++ libraries - shared library iU pyradio 4.3 A Pandora Radio implementation in full python. ii python 2.6.6-3+squeeze4-1maemo2+0m6 interactive high-level object-oriented language (default version) ii python-dbus 0.83.1-1maemo2+0m6 simple interprocess messaging system (Python interface) ii python-minimal 2.6.6-3+squeeze4-1maemo2+0m6 minimal subset of the Python language (default version) ii python-pyside.qtcore 1.0.7-1maemo2+0m6 Qt 4 core module - Python bindings ii python-pyside.qtdeclarative 1.0.7-1maemo2+0m6 Qt 4 Declarative module - Python bindings ii python-pyside.qtgui 1.0.7-1maemo2+0m6 Qt 4 GUI module - Python bindings ii python-pyside.qtnetwork 1.0.7-1maemo2+0m6 Qt 4 network module - Python bindings ii python-pyside.qtopengl 1.0.7-1maemo2+0m6 Qt 4 OpenGL module - Python bindings ii python-support 1.0.8maemo5+0m6 automated rebuilding support for Python modules ii python2.6 2.6.6-6maemo3+0m6 An interactive high-level object-oriented language (version 2.6) ii python2.6-minimal 2.6.6-6maemo3+0m6 A minimal subset of the Python language |
Re: [application] pyRadio (Pandora)
Oh, Duh. Even though pyradio had failed dependencies, it still installed and having that package in place prevented python-pyside from installing via apt-get.
I've now removed pyradio and python-pyside is installing. I'll let you know if this goes on the N9 cleanly and if it helps pyradio to install correctly. |
All times are GMT. The time now is 16:49. |
vBulletin® Version 3.8.8