Pygame installation for Python 3.3

前端 未结 7 1950
忘掉有多难
忘掉有多难 2020-12-01 14:16

I am trying to import Pygame to use for my version of Python, 3.3. The downloads on the Pygame website only have Python 3.1 and 3.2. I cannot seem to be able to import Pygam

7条回答
  •  情歌与酒
    2020-12-01 14:58

    If you are on Windows and have Python 3.3, open the download page on bitbucket. Download: pygame-1.9.2a0.win32-py3.3.msi

    Then you can test if you have Pygame by importing pygame.

提交回复
热议问题