简体   繁体   English

我们可以用enthought canopy安装pygame包吗?

[英]Can we install pygame package with enthought canopy?

I am planning to use canopy editor for my python coding, especially for some basic game development... 我计划使用canopy编辑器进行python编码,特别是对于一些基本的游戏开发......

Could anyone please let me know if we can install pygame package for canopy editor ? 如果我们可以为canopy编辑器安装pygame包,请问有谁可以告诉我?

You should be able to install every package into your python dist. 您应该能够将每个包安装到python dist中。 pygame might not be in the canopy package manager but even then you can install it directly. pygame可能不在canopy包管理器中,但即使这样你也可以直接安装它。

这是一篇知识库文章,解释了如何将外部包安装到Enthought Canopy: http ://bit.ly/14zIgeJ

You need to install a 32 bit version of Python. 您需要安装32位版本的Python。 PyGame doesn't run on the 64 bit builds, and OSX ships with a 64 bit build. PyGame不能在64位版本上运行,而OSX也提供64位版本。 download from here python2.7.3 then download pygames 从这里下载python2.7.3然后下载pygames

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM