ipython / ipython/ipykernel

'_tkinter.tkapp' object has no attribute 'delete'

Open
#668 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.