Alan Luth - 2002-09-03

well most problems for installing will be with PyOpenGL, for some reason this program still looks for the /usr/X11 directory. Most distributions don't use that directory anymore so u'll have to make a symlink u can make the links with the following commands:

cd /usr
ln -s X11R6 X11

then PyOpenGL should install without a problem, also make sure u have mesa 4.0.3 installed.