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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -