Results 1 to 1 of 1
Hi there,
I'm running Debian Etch which ships with version 0.23.1 of my favorite mp3 player Quod Libet. The python based plugin that downloads album cover art from amazon.com apparantly ...
- 07-24-2008 #1Linux Newbie
- Join Date
- Sep 2007
- Posts
- 160
Installing python package PyAWS (as support for quodlibet plugin)
Hi there,
I'm running Debian Etch which ships with version 0.23.1 of my favorite mp3 player Quod Libet. The python based plugin that downloads album cover art from amazon.com apparantly uses an API that has been deprecated by amazon.
The updated plugin uses a python library called PyAWS:
Here is my question: I downloaded the PyAWS package from sourceforge, it contains a bunch of filesCode:from pyaws import ecs
but how to install this, or how do I make sure it's on the search path of python?pyaws-0.2.0/
pyaws-0.2.0/PKG-INFO
pyaws-0.2.0/README
pyaws-0.2.0/__init__.py
pyaws-0.2.0/ecs.py
pyaws-0.2.0/setup.py
kai


Reply With Quote
