AYUDA CON PYTHON 3.9 PARA LLAMAR UN PROCEDIMIENTO.PY POR MEDIO DE BUTTON()
Publicado por PENNELOPPE (14 intervenciones) el 15/06/2020 06:18:11
Buenas noches tengo un proyecto en donde el el inicio es la presentacion este es khcapacitacion.py y este cuando le doy al boton entrar tiene que llamar al procedimiento entradapassw..py pero no me lo hace bien
porfa necesito ayuda lo mas pronto posible
1
2
3
4
5
6
7
def funcionallamar():
import entradapassw
entrarbotton = Button(miframe2, text = "ENTRAR", fg = "MidnightBlue", font = ("Comic Sans MS",10, "bold"),
anchor = CENTER, image = miimagen1, compound = CENTER, command = funcionallamar)
entrarbotton.config(bg = "LightCyan",bd = 15, relief = "ridge")
entrarbotton.pack(side = "right")
porfa necesito ayuda lo mas pronto posible
Valora esta pregunta


0