After I have installed echo-nest I try to run some of the examples, getting this respons:
~/echo-nest-remix-read-only/examples/limp $ python lopside.py beat aha.mp3 ahawaltz.mp3
Computed MD5 of file is 847e7a3146fb790ccfa4a071f7395775
Probing for existing analysis
Analysis not found. Uploading...
Please edit src/echonest/web/config.py to use your Echo Nest API key.
I have tried to edit the config.py file assigning my key to the API_KEY variable but I still get this message?
Any clue?
Regards -arne
After you edit the config.py to add your key, you will need to reinstall the remix library. Go to the top level directory in your remix distribution and type 'sudo python setup.py install'