2004年03月11日 星期四 10:42
Hello 0.706, trackback please?? 有具体的报错信息? === [ 10:34 ; 04-03-11 ] you wrote: 07> python-chinese,您好! 07> 请大家帮忙看看我的下述程序有什么问题,pt.txt是用 07> win2000的输入法生成器产生的输入法源文件,我想对其进行处 07> 理后生成新的文件。可是现在连复制也做不到. 07> # -*- coding: cp936 -*- 07> oldfile=file("pt.txt","r") 07> newfile=file("ptz.txt","w") 07> lines=oldfile.readlines() 07> for line in lines: 07> newfile.write(line) 07> oldfile.close() 07> newfile.close() 07> 致 07> 礼! 07> 0.706 07> 0.706 at 163.com 07> 2004-03-11 === === === === === === === === === === -- Best regards, Zoom.Quiet /=======================================\ ]Time is unimportant, only life important![ \=======================================/
2004年03月11日 星期四 10:43
如果你装了python win32 extension,应该有文档的。在Python的程序组里应该有一个Win32 Extensions Documentation. 如果没找到,你可以找Python安装目录\lib\site-packages\PyWin32.chm ------- Explicit is better than implicit ... -----Original Message----- From: sherking [mailto:sherking at citiz.net] Sent: 2004年3月11日 10:42 To: python-chinese at lists.python.cn Subject: Re: Re[2]: [python-chinese] Python 新手几个问题。 Whr Bruce, 你好。 我是 python 初学,用的确实是 Tkinter ,这几天用休息时间试试用 python 编个 notepad, 模仿 windows 的那个。实践是学习的最有效的途径。 我用 win32clipboard ,可以达到目的了。谢谢。 我全是靠网上的资料,主要是 http://www.pythonware.com/library/tkinter/introduction/index.htm上面的内容。 没有看到过 关于 win32clipboard 的之类的东西。本地目录也找不到源程序,只有 win32clipboard.pyd 可否指点一些在线帮助,这样查起来方便些。
2004年03月11日 星期四 10:47
Jacob Fan,您好! 没有报告错误,但是生成的结果文件不对,pt.txt有360k, 生成的ptz.txt只有1K,而且有乱码. ======= 2004-03-11 10:35:00 您在来信中写道:======= >-----Original Message----- >From: 0.706 [mailto:0.706 at 163.com] >Sent: 2004年3月11日 10:34 >To: python-chinese >Subject: [python-chinese] (no subject) > > >>python-chinese,您好! > >> 请大家帮忙看看我的下述程序有什么问题,pt.txt是用 >>win2000的输入法生成器产生的输入法源文件,我想对其进行处 >>理后生成新的文件。可是现在连复制也做不到. >># -*- coding: cp936 -*- >>oldfile=file("pt.txt","r") >>newfile=file("ptz.txt","w") > >>lines=oldfile.readlines() > >>for line in lines: >> newfile.write(line) >>oldfile.close() >>newfile.close() > >错在哪里? >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese = = = = = = = = = = = = = = = = = = = = 致 礼! 0.706 0.706 at 163.com 2004-03-11
Zeuux © 2024
京ICP备05028076号