Pygame 找不到数学模块

Pygame math module was not found

我在使用 pygame 时遇到问题,当我尝试使用 pygame.math 时它显示 "no math module in init.py",我已经从 pygame 网站 http://www.pygame.org/download.shtml 安装了最新版本

math 是在 pygame 1.10 中引入的(在 link 中你提供了 pygame 1.9)所以为了使用它你必须从源代码库编译 https://bitbucket.org/pygame/pygame 或从其他来源获取,但必须是 1.10+

版本