import pygame as pg
pg.init()
bulletSound = pg.mixer.Sound('Sounds/Weapons/Pistols/P92/P92 BULLET.wav')
Traceback (most recent call last):
File "C:\Users\Семья\Desktop\game\main.py", line 45, in <module>
bulletSound = pg.mixer.Sound('Sounds/Weapons/Pistols/P92/P92 BULLET.wav')
pygame.error: Unable to open file 'Sounds/Weapons/Pistols/P92/P92 BULLET.wav'