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:
Code:
from pyaws import ecs
Here is my question: I downloaded the PyAWS package from sourceforge, it contains a bunch of files
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
but how to install this, or how do I make sure it's on the search path of python?

kai