Quantcast
Channel: The Echo Nest Developer Forum
Viewing all articles
Browse latest Browse all 1582

cAction import error module not found

$
0
0

Hi Thor,

I removed the output file but the error looks to be the same:

c:Python27echo-nest-remix-examplescapsule>python capsule.py "c:He Won't Go.m p3""c:Don't You Remember.mp3" -e -v

en-ffmpeg -i "c:He Won't Go.mp3" -y -ac 2 -ar 44100 "c:usersadmini~1appdata localtemp2tmpew9poz.wav"

Traceback (most recent call last):

File "capsule.py", line 111, in main()

File "capsule.py", line 98, in main actions = do_work(args, options)

File "capsule.py", line 39, in do_work tracks = map(analyze, audio_files)

File "capsule.py", line 38, in analyze = lambda x : LocalAudioFile(x, verbose=verbose, sampleRate = 44100, numChannels = 2)

File "C:Python27libsite-packagesechonestremixaudio.py", line 928, in i nit sampleRate=sampleRate, numChannels=numChannels) File "C:Python27libsite-packagesechonestremixaudio.py", line 392, in i nit self.load()

File "C:Python27libsite-packagesechonestremixaudio.py", line 413, in loa d w = wave.open(file_to_read, 'r')

File "C:Python27libwave.py", line 498, in open return Wave_read(f)

File "C:Python27libwave.py", line 163, in init self.initfp(f)

File "C:Python27libwave.py", line 128, in initfp self._file = Chunk(file, bigendian = 0)

File "C:Python27libchunk.py", line 63, in init raise EOFError

EOFError


Viewing all articles
Browse latest Browse all 1582

Trending Articles