Label indicando vericando ao clicar no botâo

1. Label indicando vericando ao clicar no botâo

ramiro
ramiroramos

(usa Debian)

Enviado em 02/08/2018 - 08:55h

Saudações pessoal, eu tenho o seguinte trecho de código:

self.labelRetorno = Label(self.terceiroContainer)
self.labelRetorno['font'] = ('Verdana', '10', 'italic', 'bold')
self.labelRetorno['text'] = 'Aguardando pesquisa...'
self.labelRetorno.pack()


def Verificando(self):
self.labelRetorno['text'] = 'Pesquisando...'
retorno = validate_email(self.campo.get(), verify=True)
if retorno == True:
self.labelRetorno['text'] = 'Este email existe!'
else:
self.labelRetorno['text'] = 'Este email não existe'


Queria fazer o pesquisando aparecer, mas oque acontece é que o botão trava e a mensagen não aparece, sou iniciante no python



  






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts