The following link has an example of using python wave to play a wav file.
The trouble is on my computer any script with 'import wave' just produces a picture of a wave and does nothing else. (i.e. the rest of the script doesn't even run.) I have no idea why this is. Is there a way to fix this? I'm running python 2.7 on windows XP.
import imp;print imp.find_module('wave')show? – DSM Nov 25 '12 at 13:24