Closed
Description
The _ctypes.so of python 2.6.2 works well on my app(android/arm), i want to use PIL so i decide
to upgrade to Python 2.7.x,
But _ctypes was disable on Python 2.7.2(Py4A)
As the guide on bitbucket, modify 3 files, distribute.sh disable-moduels.patch and recipe.sh. but I failed, the _ctypes.so not present after python compiled.
As an older issue on github i cp the lib.linux-i686-2.7/_ctypes.so to python-install/.../lib-dynload/,
and i got a error:
from _types import Union, Structure, Array
"could not load needed library 'libphread.so.0' for '_ctypes.so'
Anybody can help me or send me a complete python-install package( 2.7.2).
Thank you very much!
Metadata
Metadata
Assignees
Labels
No labels