kivy launcher and kivy.lang.Builder

18 views
Skip to first unread message

Maxim Zagirov

unread,
Oct 19, 2017, 7:17:28 AM10/19/17
to Kivy users support
When i use kivy.lang.Builder and try start app in kivy launcher on android device app do not start... If anybody know how fix if?

ZenCODE

unread,
Oct 19, 2017, 10:54:32 AM10/19/17
to Kivy users support
Do you get any errors on the log files? (In your launcher folder .kivy/logs).

Maxim Zagirov

unread,
Oct 19, 2017, 12:12:18 PM10/19/17
to Kivy users support
[WARNING ] stderr: Traceback (most recent call last):
[WARNING ] stderr: File "main.py", line 4, in <module>
[WARNING ] stderr: from kivy.lang.builder import Builder
[WARNING ] stderr: ImportError: No module named builder

Very interesting ... The same code work good on pc

ZenCODE

unread,
Oct 19, 2017, 2:40:46 PM10/19/17
to Kivy users support
Try

    from kivy.lang import Builder

A seem to remember having the same naming issue...

Maxim Zagirov

unread,
Oct 19, 2017, 4:41:02 PM10/19/17
to Kivy users support
Thanx alot, all fine!
Reply all
Reply to author
Forward
0 new messages