LoginSignup
3
1

More than 5 years have passed since last update.

Pygame on Windows 64 bit

Posted at

pygame を Windows8.1 64bit 版にセットアップした時のメモ。
結論から書くと、Python 32bit 版をインストールする必要があるのがミソ。

Python のインストール

pygame は、32bit 版の python でないとうまく動作しないらしいので、32bit 版をダウンロード。バージョン 3.4.4 でうまく動作することを確認した。
Windows x86 MSI installer

環境変数 Path に、以下を追加する。
~~~
C:\Python34;C:\Python34\Scripts
~~~

pygame のダウンロード

pygame-1.9.2a0-cp34-none-win32.whl

pygame のインストール

> pip install pygame-1.9.2a0-cp34-none-win32.whl
3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1