IDLE warns against an old TCL version even though I've installed a newer version

前端 未结 8 2577
予麋鹿
予麋鹿 2020-11-28 15:21

I have installed ActiveTcl8.6.1.1.297588-macosx10.5-i386-x86_64-threaded on my OS X 10.9.1 . However, when I launch IDLE by running idle3 from the

8条回答
  •  粉色の甜心
    2020-11-28 15:39

    This worked for me

    WARNING: The version of Tcl/Tk (8.5.9) in use may be unstable.

    brew remove python3
    
    brew install homebrew/dupes/tcl-tk
    
    brew install python3 --with-tcl-tk
    
    brew linkapps python3
    

提交回复
热议问题