[visionegg] installation problems MacOSX

I followed the installation instructions from the web page but

http://undefined.org/python/pimp/darwin-7.0.0-Power_Macintosh.plist

does not exist. 

http://undefined.org/python/pimp now redirects to http://pythonmac.org/packages/

I downloaded and installed the following packages from
http://pythonmac.org/packages/:

PIL-1.1.5-py2.3-macosx10.3.zip
pygame-1.7.0-py2.3-macosx10.3.zip 
PyOpenGL-2.0.2.01-py2.3-macosx10.3.zip

Yet, when I'm trying to run vision egg examples i get the following exception:

2005-03-31 15:55:25,212 (481) CRITICAL: Traceback (most recent call last):
  File "/Users/admin/Desktop/visionegg-0.9.9-demo/demo/color_grating.py",
line 21, in ?
    screen = get_default_screen()
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/VisionEgg/Core.py",
line 692, in get_default_screen
    return Screen.create_default()
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/VisionEgg/Core.py",
line 615, in create_default
    hide_mouse=VisionEgg.config.VISIONEGG_HIDE_MOUSE)
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/VisionEgg/Core.py",
line 259, in __init__
    pygame.display.set_mode(self.size, flags, try_bpp )
error: Failed creating OpenGL pixel format

Fatal Python error: PyEval_SaveThread: NULL tstate

Looks like pygame is having some trouble. Any hints?

Thank you very much.
Inna.
======================================
The Vision Egg mailing list
Archives: http://www.freelists.org/archives/visionegg
Website: http://www.visionegg.org/mailinglist.html

Other related posts: