My Python file has been working fine during testing in VSC and also works fine when using IDLE. Unfortunately when I run the file using Python it crashes instantly and gives me the error
FileNotFoundError: No such file or directory.
This is the line of code it gets stuck on if that matters.
clickSound = pygame.mixer.Sound("click.wav")
Thank you for any and all help. I am using Python for Windows if it helps.