Skip to content

Instantly share code, notes, and snippets.

@me2beats
Created August 16, 2019 04:03
Show Gist options
  • Save me2beats/69f15e602510d71fc0dbf022121f547f to your computer and use it in GitHub Desktop.
Save me2beats/69f15e602510d71fc0dbf022121f547f to your computer and use it in GitHub Desktop.
Warnings when trying to use another kivy builder
[WARNING] [Factory ] Ignored class "FileListEntry" re-declaration. Current - module: None, cls: functools.partial(<bound method BuilderBase.template of <kivy.lang.builder.BuilderBase object at 0x7febd1754978>>, 'FileListEntry'), baseclass: None, filename: None. Ignored - module: None, cls: functools.partial(<bound method BuilderBase.template of <lang.builder.BuilderBase object at 0x7febc8eb5a58>>, 'FileListEntry'), baseclass: None, filename: None.
[WARNING] [Factory ] Ignored class "FileIconEntry" re-declaration. Current - module: None, cls: functools.partial(<bound method BuilderBase.template of <kivy.lang.builder.BuilderBase object at 0x7febd1754978>>, 'FileIconEntry'), baseclass: None, filename: None. Ignored - module: None, cls: functools.partial(<bound method BuilderBase.template of <lang.builder.BuilderBase object at 0x7febc8eb5a58>>, 'FileIconEntry'), baseclass: None, filename: None.
[WARNING] [Factory ] Ignored class "AccordionItemTitle" re-declaration. Current - module: None, cls: functools.partial(<bound method BuilderBase.template of <kivy.lang.builder.BuilderBase object at 0x7febd1754978>>, 'AccordionItemTitle'), baseclass: None, filename: None. Ignored - module: None, cls: functools.partial(<bound method BuilderBase.template of <lang.builder.BuilderBase object at 0x7febc8eb5a58>>, 'AccordionItemTitle'), baseclass: None, filename: None.
[WARNING] [Factory ] Ignored class "ActionPreviousImage" re-declaration. Current - module: None, cls: None, baseclass: Image, filename: /usr/lib/python3/dist-packages/kivy/data/style.kv. Ignored - module: None, cls: None, baseclass: Image, filename: /usr/lib/python3/dist-packages/kivy/data/style.kv.
[WARNING] [Factory ] Ignored class "ActionPreviousButton" re-declaration. Current - module: None, cls: None, baseclass: Button, filename: /usr/lib/python3/dist-packages/kivy/data/style.kv. Ignored - module: None, cls: None, baseclass: Button, filename: /usr/lib/python3/dist-packages/kivy/data/style.kv.
[WARNING] [Factory ] Ignored class "ColorPicker_Input" re-declaration. Current - module: None, cls: None, baseclass: TextInput, filename: /usr/lib/python3/dist-packages/kivy/data/style.kv. Ignored - module: None, cls: None, baseclass: TextInput, filename: /usr/lib/python3/dist-packages/kivy/data/style.kv.
[WARNING] [Factory ] Ignored class "ColorPicker_Label" re-declaration. Current - module: None, cls: None, baseclass: Label, filename: /usr/lib/python3/dist-packages/kivy/data/style.kv. Ignored - module: None, cls: None, baseclass: Label, filename: /usr/lib/python3/dist-packages/kivy/data/style.kv.
[WARNING] [Factory ] Ignored class "ColorPicker_Selector" re-declaration. Current - module: None, cls: None, baseclass: BoxLayout, filename: /usr/lib/python3/dist-packages/kivy/data/style.kv. Ignored - module: None, cls: None, baseclass: BoxLayout, filename: /usr/lib/python3/dist-packages/kivy/data/style.kv.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment