I have a little pygame project from a friend, an works in my machine, but in his machine Python throws this error:
Traceback (most recent call last): File "C:/Users/joaco/Desktop/RETO Starus/PingPong/Play.py", line 174, in main() File "C:/Users/joaco/Desktop/RETO Starus/PingPong/Play.py", line 151, in main puntos = bola.actualizar(time,pala_jug1, pala_jug2, puntos) File "C:/Users/joaco/Desktop/RETO Starus/PingPong/Play.py", line 48, in actualizar pygame.mixer.music.load(sonido_pared) pygame.error: Module format not recognized