'_tkinter.tkapp' object has no attribute 'delete'
Open
- Dominant language
- Python
- Stars
- 734
- Forks
- 412
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 8
Description
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)
Contributor guide
Assessment
This issue has not been assessed yet.