Forums

Winsound issue, experts please help

Hi everybody,

I have a 24/7 running python script and I want it to play some wave files when he runs some functions. I managed to make it work locally on my pc with winsound module. However, it seems that winsound is not present on pythonanywhere and I can't install it with pip using a bash console. Do you think it is possible for a script running on pythonanywhere to play sounds on any computer that has access to the console of the process ?

Thanks a lot!

Cheers,

Paul

Unfortunately, you won't be able to play a sound on your local machine when running a script in the cloud (on PythonAnywhere or any other cloud service).

Thanks conrad!