Traceback (most recent call last):
File "C:\Users\trc\Documents\SPWT\Python Maths Quiz\trial-pygame\first.py", line 3, in <module>
pygame.init()
AttributeError: 'module' object has no attribute 'init'
我还没有将我的文件命名为pygame.py。不过,我收到了这个错误。
答案 0 :(得分:0)
我实际上刚刚在我的程序中遇到了这个问题。我发现帮助我的是从http://pygame.org/download.shtml下载源代码。对我来说,我使用的是Arch Linux,因此它不在我的存储库或AUR中。接下来,我通过终端进入目录,输入以下命令:
# python3 config.py
# 2to3 setup.py -w
请注意,您需要root权限才能使用此命令。
# python3 setup.py