2004年03月11日 星期四 20:06
你读的是二进制文件,你的方法只能用来读取文本文件的。 用struct.pack 和struct.unpack 操作一下就可以了。 >-----------我收到您的来信的内容如下:-------- >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![ > \=======================================/ > >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese >-----------(结束)----------------------------
Zeuux © 2024
京ICP备05028076号