8000 About ctypes · Issue #319 · kivy/python-for-android · GitHub
[go: up one dir, main page]

Skip to content
About ctypes #319
Closed
Closed
@Hans2011

Description

@Hans2011

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0