Tag: kivy

致命的:无法创build工作树dir'kivy'

我试图克隆我的叉子的基维GIT,但它不工作。 我相信,我已经正确地制作了叉子,但是当我在我的Macterminal中input这个时: git clone https://github.com/mygitusername/kivy.git 我得到这个错误: 致命:无法创build工作树目录'基维:权限被拒绝 任何人看到我在做什么错了? 谢谢!

Kivy的Android应用程序

我刚开始潜入Android世界。 我有很多使用Python编程的经验,所以我在寻找一个“Android + Python”的好组合,我想我已经find了它: Kivy 。 我需要制作能够从互联网上下载和上传内容的应用程序,也许有一些与Android中包含的地图组件的连接以及更多的东西来制作一个漂亮的Android应用程序。 但是我真的不想把时间浪费在可能无法解决的问题上。 那么,有没有人有使用Kivy开发Android应用程序的一些经验? 它真的有用,简单,可能吗? 还是有一个更好的select,你在想什么?

使用buildozer将Kivy与numpy库for Android打包时出错

我正在尝试使用buildozer创build一个我的Kivy应用程序的Android包,但是当我试图包含numpy时候出现这个错误: 错误的恢复: compile options: '-DNO_ATLAS_INFO=1 -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/home/joao/github/buildozer/.buildozer/android/platform/python-for-android/build/python-install/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/multiarray -Ibuild/src.linux-x86_64-2.7/numpy/core/src/umath -c' ccache: numpy/linalg/lapack_litemodule.c ccache: numpy/linalg/python_xerbla.c /usr/bin/gfortran -Wall -lm build/temp.linux-x86_64-2.7/numpy/linalg/lapack_litemodule.o build/temp.linux-x86_64-2.7/numpy/linalg/python_xerbla.o -L/usr/lib -L/home/joao/github/buildozer/.buildozer/android/platform/python-for-android/build/python-install/lib -Lbuild/temp.linux-x86_64-2.7 -llapack -lblas -lpython2.7 -lgfortran -o build/lib.linux-x86_64-2.7/numpy/linalg/lapack_lite.so /usr/bin/ld: build/temp.linux-x86_64-2.7/numpy/linalg/lapack_litemodule.o: Relocations in generic ELF (EM: 40) /usr/bin/ld: build/temp.linux-x86_64-2.7/numpy/linalg/lapack_litemodule.o: Relocations in generic ELF (EM: 40) build/temp.linux-x86_64-2.7/numpy/linalg/lapack_litemodule.o: error […]