panda not working :(

this is the error i get when i run a script with the following code… please help me out here

import direct.directbase.DirectStart
run()

DirectStart: Starting the game.
Warning: DirectNotify: category ‘Interval’ already exists
Known pipe types:
glxGraphicsPipe
(all display modules loaded.)
:display:glxdisplay(error): OpenGL GLX extension not supported on display “:0.0”.
:08-26-2007 19:23:52 ShowBase(warning): Unable to open ‘onscreen’ window.
Traceback (most recent call last):
File “1.py”, line 1, in
import direct.directbase.DirectStart
File “linuxroot/usr/share/panda3d/direct/src/directbase/DirectStart.py”, line 4, in
File “linuxroot/usr/share/panda3d/direct/src/showbase/ShowBase.py”, line 235, in init
File “linuxroot/usr/share/panda3d/direct/src/showbase/ShowBase.py”, line 664, in openDefaultWindow
StandardError: Could not open window.
Error in sys.exitfunc:
Traceback (most recent call last):
File “linuxroot/usr/share/panda3d/direct/src/showbase/ShowBase.py”, line 391, in exitfunc
AttributeError: ShowBase instance has no attribute ‘loader’
:cry:

Obviously you don’t have the GLX extension loaded for your X-Server…

Allow me to elaborate on Legion’s answer… usually, to use panda properly, you have to install your graphics drivers. Under linux, that can be a heck of a procedure. But do a google search for “linux install radeon drivers” or “linux install geforce drivers.”