Python论坛  - 讨论区

标题:[python-chinese] Tkinter按钮调用函数怎么出错了?

2006年01月20日 星期五 10:00

wy4948 wy4948 at 163.com
Fri Jan 20 10:00:04 HKT 2006

代码如下:
不使用Tkinter已经可以了,但我想写个界面的,使用按钮选择,这样怎么只能生成一个0kb的文件呢?
 
from Tkinter import *
wnd = Tk()
wnd.btn = Button(wnd,text="shai")
wnd.btn.pack(side=LEFT)
import tkFileDialog
b=tkFileDialog.askopenfilename() 
def shai(a):
 f=open(a)
 f1=open("result.txt","w+")
 s=f.readlines()
 for i in range(len(s)):
  if "设置的关键字" in s[i]:
   f1.write(s[i-1])
 f.close()
 f1.close()
wnd.btn.config(command=shai(b))
wnd.mainloop()



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060120/fbb0d2ef/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号