Implementing Vkeyboard in tkinter window causing error : AttributeError: 'int' object has no attribute 'insert'

前端 未结 0 1898
遇见更好的自我
遇见更好的自我 2020-12-25 13:43

I am writing a code in tkinter in which I want the user can double-click on the text and can edit it using the Virtual Keyboard.

from tkinter import *
from PI         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题