here is the code that played my .wma file using python 3.3.5:

import os
os.system('star t wow.wma')

it did play 'wow.wma' when i ran the code.

but i dont want the media player to display when it is playing 'wow.wma'. how do i do this. I need your suggestions.

Thanks