Thanks. :)
buffer = create_string_buffer(temp.value) NameError: global name 'create_string_buffer' is not defined
Could you add in iwall/nabla/geo/plot/shader/shader.py a: *from ctypes import ** And tell me if it runs? (I modified Tristam's Shader class imports only to prevent epydoc documenting pyglet.gl. and seems that ctypes.create_string_buffer can not be reached) -- 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.
