【转】python直接运行tcl脚本

python中调用tcl是通过加载TkInter来实现的。

from Tkinter import Tcl  
tcl = Tcl()  
tcl.eval('source tu.tcl')  
tcl.eval('writelog hihi')

 

原文出自:http://blog.csdn.net/newyf_cun/article/details/8004170 

posted @ 2017-10-24 13:50  “人生苦短”  阅读(3718)  评论(1编辑  收藏  举报