软件包“ Tk”的版本冲突:拥有8.5.2,恰好需要8.5.15

软件包“ Tk”的版本冲突:拥有8.5.2,恰好需要8.5.15,第1张

软件包“ Tk”的版本冲突:拥有8.5.2,恰好需要8.5.15

步骤1:打开C: Python27 tcl tcl8.5 init.tcl

if {[info commands package] == ""} {    error "version mismatch: librarynscripts expect Tcl version 7.5b1 or later but the loaded version isnonly [info patchlevel]"}package require -exact Tcl 8.5.15

8.5.15更改为8.5.2

步骤2:打开C: Python27 tcl tk8.5 tk.tcl

package require Tcl 8.5 ;# Guard against [source] in an 8.4- interp before ;# using 8.5 [package] features.# Insist on running with compatible version of Tclpackage require Tcl 8.5.0# Verify that we have Tk binary and script components from the same releasepackage require -exact Tk  8.5.15

8.5.15更改为8.5.2



欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/zaji/5008698.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-14
下一篇 2022-11-14

发表评论

登录后才能评论

评论列表(0条)

保存