Installing Pygame for Mac OS X 10.6.8

后端 未结 5 1642
花落未央
花落未央 2020-11-30 05:01

Using Python 2.7.2. When I try to import pygame I get this error message:

Traceback (most recent call last):
  File \"\", line 1, in 

        
5条回答
  •  离开以前
    2020-11-30 05:46

    If you don't want to mess with system file then the easiest way is reinstalling Python 2.7.2 but the 32-bit version only. Get it here.

    The dmg that includes both 64/32 bits is causing this mess.

提交回复
热议问题