检查Pygame版本

时间:2016-05-31 04:38:59

标签: python python-3.x pygame

我对Python和Pygame都很陌生。我在Window上安装了 Python 3.5.1 32位 ,并安装了 Pygame 1.9.2 Python 3.5 。但是如果我忘记了,有没有办法检查我从命令行或Python IDLE安装的pygame版本。

对于Python,我使用 python -V 但是对于Pygame,我不知道该怎么做。

如果我的问题很愚蠢,请提前抱歉。

3 个答案:

答案 0 :(得分:6)

使用此:pip show <pack_name>

替代:

pip freeze | grep <pack_name>

答案 1 :(得分:3)

我知道这个问题已经有一年了,而且已经接受了答案,但我在研究时偶然发现了另一种检查版本的方法。 您基本上从命令行导入pygame并键入此代码

pygame.version.ver

pygame.version.vernum

第一个将版本作为字符串返回,第二个将它作为整数元组返回。

我是从here找到的 我知道这可能是不必要的,但无论如何我想要包括它。

答案 2 :(得分:0)

pip show pygame   // command to check your pygame details

输出:

Name: pygame
Version: 1.9.4
Summary: Python Game Development
Home-page: https://www.pygame.org
Author: Pete Shinners, Rene Dudfield, Marcus von Appen, Bob Pendleton, others...
Author-email: pygame@seul.org
License: LGPL
Location: /home/linux/anaconda3/lib/python3.6/site-packages
Requires: 
Required-by: