After compiling I am unable to run some of the examples such as capsule.py, because of "NameError: name logging is not defined" raised when importing echonest.remix.action.
The cause is a missing "import logging" in action.py.
I'd love to contribute to this project in the future with some unit tests! Let me know where I should start to get up to speed with the project and creating useful unit tests.
After compiling I am unable to run some of the examples such as capsule.py, because of "NameError: name logging is not defined" raised when importing echonest.remix.action.
The cause is a missing "import logging" in action.py.
I'd love to contribute to this project in the future with some unit tests! Let me know where I should start to get up to speed with the project and creating useful unit tests.