Skip to content

run_on_ui_thread crash #1908

@FranciscoCarbonell

Description

@FranciscoCarbonell

error output:

AttributeError : 'Wv' object has no attribute 'f2'

runable.py

def run_on_ui_thread(f):
    '''Decorator to create automatically a :class:`Runnable` object with the
    function. The function will be delayed and call into the Activity thread.
    '''
    def f2(*args, **kwargs):
        Runnable(f)(*args, **kwargs)
    return f2

python : 3.7.1
cyrhon: 0.28.6
Kivy: 1.10

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions