Python Tkinter throwing Tcl error

前端 未结 8 1663
孤城傲影
孤城傲影 2021-02-20 13:23

I am learning basic GUI in Python, and I came across a sample example to read file name from file explorer on Stack Overflow.

from Tkinter import Tk
from tkFileD         


        
8条回答
  •  无人及你
    2021-02-20 14:02

    All you need to do is copy tcl 8.6 and tcl 8.5 from tcl file to Lib file on in python. Python-tcl-tcl8.5 to Python-Lib

提交回复
热议问题