[Pythonmac-SIG] Strange import error with pygame

Heiko Hartmann heiko_hartmann@bigfoot.de
Fri, 05 Apr 2002 11:08:19 +0200


I downloaded the binary pygame 1.1 distribution and then tried to start some
of the sample programs (inputbox.py) and then I get the following error:

Traceback (most recent call last):
  File "Macintosh HD:Applications (Mac OS 9):Python
2.2:Mac:pygame:inputbox.py", line 29, in ?
    import pygame, pygame.font, pygame.event, pygame.draw, string
  File "Macintosh HD:Applications (Mac OS 9):Python
2.2:Extensions:pygame:__init__.py", line 27, in ?
    from pygame.base import *
ImportError: PythonCoreCarbon: An import library was too new for a client.


Does anybody know what this error means? What do I have to do now?

Ciao, Heiko.