gpt4 book ai didi

python - 在pygame Windows中播放声音时出现问题

转载 作者:行者123 更新时间:2023-12-03 01:55:24 25 4
gpt4 key购买 nike

我有一个 friend 的一个pygame项目,在我的机器上工作,但是在他的机器上Python抛出此错误:

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



https://github.com/Starus/PingPongStarus

最佳答案

您的 friend 计算机与pygame或python版本之间可能不匹配。

在两台机器上运行以下程序,查看python和pygame版本是否匹配。

对于python 3.x,您可能必须使用带括号的print

import pygame  
import sys
print "Python Version=",sys.version
print "Pygame Version=",pygame.version.ver

输出

Python Version= 2.7.9 (default, Dec 10 2014, 12:24:55) [MSC v.1500 32 bit (Intel)]
Pygame Version= 1.9.1release

关于python - 在pygame Windows中播放声音时出现问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35950642/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com