You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[INFO]: Cythonize kivent_core/rendering/batching.pyx
[INFO]: -> running cython ./kivent_core/rendering/batching.pyx
[INFO]: -> running python.host setup.py build_ext -v
()
[INFO]: STDOUT:
Traceback (most recent call last):
File "setup.py", line 3, in <module>
from setuptools import setup, find_packages
File "/home/maho/workspace/khamster/try-to-write-kivent-recipe/.buildozer/android/platform/build/build/python-installs/myapp/lib/python2.7/site-packages/setuptools/__init__.py", line 12, in <module>
from setuptools.extension import Extension
File "/home/maho/workspace/khamster/try-to-write-kivent-recipe/.buildozer/android/platform/build/build/python-installs/myapp/lib/python2.7/site-packages/setuptools/extension.py", line 8, in <module>
from .dist import _get_unpatched
File "/home/maho/workspace/khamster/try-to-write-kivent-recipe/.buildozer/android/platform/build/build/python-installs/myapp/lib/python2.7/site-packages/setuptools/dist.py", line 18, in <module>
from setuptools import windows_support
File "/home/maho/workspace/khamster/try-to-write-kivent-recipe/.buildozer/android/platform/build/build/python-installs/myapp/lib/python2.7/site-packages/setuptools/windows_support.py", line 2, in <module>
import ctypes
File "/home/maho/workspace/khamster/try-to-write-kivent-recipe/.buildozer/android/platform/build/build/python-installs/myapp/lib/python2.7/ctypes/__init__.py", line 10, in <module>
from _ctypes import Union, Structure, Array
ImportError: /home/maho/workspace/khamster/try-to-write-kivent-recipe/.buildozer/android/platform/build/build/python-installs/myapp/lib/python2.7/lib-dynload/_ctypes.so: wrong ELF class: ELFCLASS32
[INFO]: STDERR:
[INFO]: COMMAND:
cd /home/maho/workspace/khamster/try-to-write-kivent-recipe/.buildozer/android/platform/build/build/other_builds/kivent-python2/armeabi-v7a/kivent/modules/core && /home/maho/workspace/khamster/try-to-write-kivent-recipe/.buildozer/android/platform/build/build/python-installs/myapp/bin/python.host setup.py build_ext -v
[WARNING]: ERROR: /home/maho/workspace/khamster/try-to-write-kivent-recipe/.buildozer/android/platform/build/build/python-installs/myapp/bin/python.host failed!
# Command failed: python -m pythonforandroid.toolchain --storage-dir=/home/maho/workspace/khamster/try-to-write-kivent-recipe/.buildozer/android/platform/build create --dist_name=myapp --bootstrap=sdl2 --requirements=kivy,kivent_core,python2 --arch armeabi-v7a --copy-libs
#
# Buildozer failed to execute the last command
# The error might be hidden in the log above this error
# Please read the full log, and search for it before
# raising an issue with buildozer itself.
# In case of a bug report, please add a full log with log_level = 2
Hi,
I have trouble with new python4android, I'm trying to write recipe for kivent.
Source of recipe is here: https://github.com/mahomahomaho/python-for-android/blob/kiventrecipe/pythonforandroid/recipes/kivent_core/__init__.py
Source of modified p4a is here: (I had to modify a bit because kivent has packages in subdirectories),
https://github.com/mahomahomaho/python-for-android/blob/kiventrecipe/pythonforandroid/recipe.py
Build command is: VERSION_kivy=1.9.2-dev0 APP_ANDROID_P4A_DIR=$PWD/p4a/ buildozer --verbose android_new debug
And build error is:
Full build log is at http://pastebin.com/uQG4r2uW
I believe it's not bug of p4a but I'm doing something wrong, but what?
The text was updated successfully, but these errors were encountered: