When I use kivy on QPython it gives segmentation fault -


i using qpython run python on android although import kivy module gives segmentation fault when run it

i had same issue.

you have add these lines of code above actual code (in main.py file) :

#-*-coding:utf8;-*- #qpy:2 #qpy:kivy 

i hope help.


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -