I have a Beaglebone black running debian and I am using python for my 
requirement. When I run scipy.io.wavfile.read on a wave file, instead of 
returning numpy array of integers, it returns a string with one or two 
elements. So, further processing becomes impossible.The error message  
shows:
IndexError: 0-d arrays can't be indexed.

But the same program with the above wave file worked fine on ubuntu, which 
returned integer numpy array output. So, it is not the problem with wave 
file or the program. Is there anything else I should configure on 
beaglebone? I installed scipy, numpy and all the packages I use to run the 
program in ubuntu.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to