interfacemodule.py
#Arat
wndspeed = uispeedbutton.SpeedButtonWindow()
#Değiştir
wndspeed = uispeedbutton.SpeedButtonWindow(self)
uispeedbutton.py
#Arat
def __init__(self):
#Değiştir
def __init__(self, interface):
#Arat
def __init__(self, interface):
#Altına ekle...