Posts by Khawan Gonçalves • 11 points
1 post
- 
		1 votes5 answers2318 viewsA: Error importing pygame into PycharmI managed to solve this by specifying the pygame library using mixer: from pygame import mixer mixer.init() mixer.music.load('Hoist.mp3') mixer.music.play() input('Agora você escuta?')…