i have a function like this (x_co_ms is a global)
def mouse_coordonates(event): x_co_ms = event.x
and i call her like this my problem is