I did RTFM but I don't understand why I get an error on running gles-test.py:
File "gles-test.py", line 2, in <module>
import sys,ctypes
File "/usr/lib/python2.6/ctypes/__init__.py", line 10, in <module>
from _ctypes import Union, Structure, Array
ImportError: No module named _ctypes
How can I...