Code: Select all
pygame.mixer.init()
pygame.mixer.music.load("ping.wav")
pygame.mixer.music.play()
while pygame.mixer.music.get_busy() == True:
continue
Code: Select all
sudo python tuitlezer.pyThe crontab command:
Code: Select all
*/2 * * * * /usr/bin/python /home/ewh/tuitlezer.py >/dev/null 2>&1Why is thye sound not played by the crontab?