3DPrintedRecord icon indicating copy to clipboard operation
3DPrintedRecord copied to clipboard

when using your wav to text code I get this issue for some reason and can't convert the file

Open nokel opened this issue 7 years ago • 1 comments

frameOneChannel[i] = frameInt[4*i+1]*2**8+frameInt[4*i]#separate channels and store one channel in new list

TypeError: 'map' object is not subscriptable

nokel avatar Aug 19 '17 12:08 nokel

I have this issue too! It's really annoying me (avoiding the obvious pun...). I feel that it is due to outdated softwares conflicting, perhaps. For example, my Python IDE is 3.7 or something, whereas it was originally written for 2.5 something. I tried to download 2.5 but my system didn't want to. I really wanted to use this program for printing a Christmas present for a friend! Did you get any answers??

Ash-username avatar Dec 16 '19 01:12 Ash-username