2006年01月20日 星期五 11:22
晕,果然呢,但我选择其他的txt文件就不行了,奇怪死了,弄了半天都弄不好,能帮我看看不? -----原始邮件----- 发件人:"wangzhe" 发送时间:2006-01-20 11:09:17 收件人:"wy4948" ,"python-chinese at lists.python.cn" 抄送:(无) 主题:Re: Re: Re: [python-chinese] Tkinter按钮调用函数怎么出错了? 不好意思没有说清楚,运行的时候不是要选择文件麽?反正就是由关键字的文件,我选择了运行文件自己。生成的新文件是有内容的。和代码内容相符合。 ======== 2006-01-20 10:52:21 您在来信中写道: ======== 怎么运行时选择运行文件本身的? 我直接双击运行的呢? 不好意思,上周才开始接触python -----原始邮件----- 发件人:"wangzhe" 发送时间:2006-01-20 10:10:59 收件人:"python-chinese at lists.python.cn" 抄送:(无) 主题:Re: [python-chinese] Tkinter按钮调用函数怎么出错了? 运行时选择运行文件本身,我这里使用生成的文件不是0K啊!哪里有问题呢? 代码如下: 不使用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/98a8b6f4/attachment.html
Zeuux © 2025
京ICP备05028076号