Alan.L
unread,May 1, 2011, 9:33:10 PM5/1/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to The Echo Nest Remix API
Every example I've tried to run throws up this error:
--
Traceback (most recent call last):
File "one.py", line 38, in <module>
main(input_filename, output_filename)
File "one.py", line 28, in main
out.encode(output_filename)
File "/usr/local/lib/python2.6/dist-packages/echonest/audio.py",
line 482, in encode
bitRate = config.MP3_BITRATE
AttributeError: 'module' object has no attribute 'MP3_BITRATE'
--
I also see no MP3_BITRATE line in config.py
Am I doing something wrong?
Thanks for the help!