[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] Pygame2 sdlgfx error



When I tried to write a sdlgfx example for pygame2, I got this import error:

Traceback (most recent call last):
  File "sdlgfxcircle.py", line 8, in <module>
    import pygame2.sdlgfx.primitives as gfx
ImportError: /usr/lib/python2.5/site-packages/pygame2/sdlgfx/primitives.so: undefined symbol: arcColor

Here's the code that triggers it:

import pygame2.sdlgfx.primitives

Does anybody else get this problem?

Evan Kroske