leematthewshome

Results 10 comments of leematthewshome

Thanks. The current code on Github seems outdated to me...as the patch mentioned in 1691 doesnt seem to be applied. I expect that is feeding the pip and apt repos....

Thanks @synccodes. That helps me understand a little more about the kivy build process. So buildozer fetches p4a when you compile the kivy project. I found two copies of _android.pyx...

Actually @synccodes said he/she did put p4a.branch=master into the buildozer.spec file and it still resulted in the same error. Regardless, I created a new app folder named helloTest1 and pasted...

Results unfortunately as before.... ```` 06-26 19:41:12.449 28669 28688 I python : [INFO ] [Kivy ] v1.11.0 06-26 19:41:12.449 28669 28688 I python : [INFO ] [Kivy ] Installed at...

I assume by "manually wiping" .buildozer you mean deleting the .buildozer directory. That is why i actually started with a completely new folder structure with only main.py and buildozer.spec in...

OK. As per @synccodes I tried with the patch and it worked. Here is what i did: - Copied the folder helloTest1 and renamed to helloTest2. - Edited the buildozer.spec...

"which cython" gives me... ```` /usr/local/bin/cython ```` cat $(which cython) gives me.... ```` #!/usr/bin/python # -*- coding: utf-8 -*- import re import sys from Cython.Compiler.Main import setuptools_main if __name__ ==...

Actually I I had trouble with the old Kivy install documentation that was mostly centered around Python2.7 So when I installed Cython I installed using BOTH pip2 and pip3. This...

Actually, if you put osx.python_version = 3 in the buildozer spec file shouldnt it just use cython from python3? I cant see a scenario where you would want to use...

I am interested in retesting. Its been a long time since i looked at Kivy as i have been focused on the pure Python devlopment of my project. I just...