'_tkinter.tkapp' object has no attribute 'delete'
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 734
- Forks
- 412
- Merge medio
- 1 d 5 h
- PR fusionados (30 d)
- 8
Descripción
def show(root):
root.tk = ScrolledText(root)
root.tk.pack(fill=X, padx=(200, 30), expand=True)
root.tk.place(width=400,height=250,x=70, y=70)
kg = root.tk
kg.delete('1.0', END)
for line in lines:
kg.insert(INSERT,line)
print(line)
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.