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’