winjer / pyspotify

Python bindings for libspotify
39 stars 2 forks source link

Cannot install via aptitude #2

Open MPV opened 13 years ago

MPV commented 13 years ago

Hi, In the readme it says that the easiest way to install is to add the following to the /etc/apt/sources.list file:

deb http://squealserver.com/ubuntu karmic multiverse

When I do that and try to run "sudo aptitude update" I get an error when trying to read squealserver.com saying that the signature couldn't be verified because the open key was not accessible.

Is there something that I am doing wrong, or has Squealserver.com stopped working for pyspotify?

winjer commented 13 years ago

I'll check this out when I get the chance.

In the meantime you can download the package directly from here:

http://squealserver.com/ubuntu/pool/multiverse/libs/libspotify/libspotify_0.0.4-1_amd64.deb

And install with dpkg etc.

MPV commented 13 years ago

Hi Winjer, I solved this a while ago with a workaround: instead of using https://github.com/winjer/pyspotify you can use https://github.com/jodal/pyspotify to get pyspotify installed.

Works fine on my Ubuntu machine, while this (Winjer) doesn't.

Kudos to this guide: http://www.mopidy.com/docs/master/installation/libspotify/