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
Post a Comment