echoprint-codegen icon indicating copy to clipboard operation
echoprint-codegen copied to clipboard

Bug

Open kingofcracking opened this issue 10 years ago • 0 comments

When running "lookup.py", I am getting this error...

Traceback (most recent call last): File "./lookup.py", line 39, in lookup(sys.argv[1]) File "./lookup.py", line 21, in lookup fp = song.util.codegen(file) AttributeError: 'module' object has no attribute 'codegen'

Note that I am meeting the requirements: -I have installed pyechonest -My echoprint-codegen binary is compiled -I have specified the API KEY in the config.ECHO_NEST_API_KEY variable

kingofcracking avatar Jun 21 '15 00:06 kingofcracking