I've been using the Python playsound module to play audio, and in VScode it works great, but when I play it outside of VScode in the console instead of the audio playing like usual, I get an error saying:
ModuleNotFoundError: No module named 'playsound'
I write in from playsound import playsound
to import the module, and if I just try and write, import playsound
, it doesn't even work in VScode, saying "'module' object is not callable".
I've uninstalled and reinstalled the new version, uninstalled and reinstalled version 1.2.2, and I'm beginning to lose hope with playsound. Has anyone out there experienced this?