I want to play sounds with vlc:
import vlc p = vlc.MediaPlayer("file:///path/to/file.mp3") p.play()
However, the run stops at impo