Pygame installation for Python 3.3

前端 未结 7 1949
忘掉有多难
忘掉有多难 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:49

    I have had this problem also. Pygame has to be compatible with the version of Python and the type of computer you have. For example, if you have Python version 3.3.2, but downloaded Pygame version 2.7.1, the "import pygame" function will be impossible to use.

提交回复
热议问题