I am getting a problem with running pyglet. Any idea on what the
problem is?
[EMAIL PROTECTED] examples $ python driving.py
Traceback (most recent call last):
File "driving.py", line 4, in ?
import pyglet.window
File "/home/joey/projects/pyglet/window/__init__.py", line 920, in ?
from pyglet.window.xlib import XlibPlatform
File "/home/joey/projects/pyglet/window/xlib/__init__.py", line 37,
in ?
from pyglet.gl.glxext_abi import *
File "/home/joey/projects/pyglet/gl/glxext_abi.py", line 232, in ?
glXSwapIntervalSGI = _link_function('glXSwapIntervalSGI', c_int,
[c_int], 'SGI_swap_control')
File "/home/joey/projects/pyglet/gl/lib_glx.py", line 52, in link_GL
func = ftype(addr)
TypeError: argument must be callable or integer function address
[EMAIL PROTECTED] examples $
Thanks!
Joey
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pyglet-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---