PAGE GUI“预期为布尔值,但得到了“ .top37配置-”

时间:2018-07-23 13:25:39

标签: python-3.x tkinter tkinter-entry

我正在PAGE中使用GUI并出现某种错误,除非复制.tcl并尝试将其打开,否则无法复制它。

expected boolean value but got ".top37 configure -background #d9d9d9 -highlightbac"
    while executing
"if {!$vTcl(paste) && !$vTcl(redo)} {
                ::vTcl::MessageBox -message "Alias '$alias' already exists."  -title "Invalid ALias"  -icon error..."
    (procedure "vTcl:valid_alias" line 7)
    invoked from within
"vTcl:valid_alias $target $alias"
    (procedure "vTcl:DefineAlias" line 19)
    invoked from within
"vTcl:DefineAlias "$top.lab52" "Label1_5" vTcl:WidgetProc "f_sec" 1"
    (procedure "vTclWindow.top37" line 56)
    invoked from within
"vTclWindow.top37 .top37 "
    ("eval" body line 1)
    invoked from within
"eval "vTclWindow$name $newname $rest""
    (procedure "Window" line 18)
    invoked from within
"Window show .top37 $btop"
    (file "C:/page/userinfo.tcl" line 332)
    invoked from within
"source C:/page/userinfo.tcl"
    ("uplevel" body line 1)
    invoked from within
"uplevel #0 [list source $file]  "
    (procedure "vTcl:source" line 26)
    invoked from within
"vTcl:source $file newprocs"
    (procedure "vTcl:open" line 41)
    invoked from within
"vTcl:open"
    (menu invoke)

上方是堆栈跟踪

我已经能够复制文件,而复制的目的是因为我想拥有多个顶级窗口,并且每页之间都需要某种对称性。

1 个答案:

答案 0 :(得分:1)

当前正在使用的页面不起作用。我有同样的错误信息。我必须转到sourceforge.net,然后单击“最新更新:3天前”。然后,我下载并重新安装了最新程序。这样就解决了所有问题。