2011/11/7 Marco Giusti <marco.giu...@gmail.com>

prova a verificare

>>> import ctypes
>>> ctypes.__version__
'1.1.0'


locate baseplatform.py*
> find /usr/lib/ -name 'baseplatform.py*'
> find /usr/share/pyshared -name 'baseplatform.py*'
>
> intanto controlla che il file sia la' e se รจ un link che punti ad un file
> esistente
>

non credo sia quello il problema, viene da OpenGL.platform.glx:

"""GLX (x-windows)-specific platform features"""
import ctypes, ctypes.util
from OpenGL.platform import baseplatform, ctypesloader

assert hasattr( ctypes, 'RTLD_GLOBAL' ), """Old ctypes without ability to
load .so for global resolution: Get ctypes CVS branch_1_0, not CVS H>
_______________________________________________
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python

Rispondere a