昨天我是 pygame 的新手,在尝试将任何东西放到屏幕上时,我一直遇到这个问题。我正在运行 mac osx 10.6.8。我在 textwrangler 中把它全部写出来,并在终端中执行它python2.7-32 filename.py
Traceback (most recent call last):
File "adventure.py", line 35, in <module>
screen.blit(background(0, 0))
TypeError: 'pygame.Surface' object is not callable