2005年09月14日 星期三 10:48
我用了好几个模块都不行.
2005年09月14日 星期三 11:23
在 05-9-14,gyb tension<tensiongyb at gmail.com> 写道: > 我用了好几个模块都不行. > .Z是unix下使用compress压缩出来的,并不是一种通用压缩格式。建议先在unix下转为其它的格式。 -- I like python! My Donews Blog: http://www.donews.net/limodou
2005年09月14日 星期三 11:42
limodou wrote: > 在 05-9-14,gyb tension<tensiongyb at gmail.com> 写道: > >>我用了好几个模块都不行. > > .Z是unix下使用compress压缩出来的,并不是一种通用压缩格式。建议先在unix下转为其它的格式。 .Z用的是LZW算法(就是GIF用的那个),有专利问题,不能随意分发其编解码器, 因此python下没有对应的解码模块。 可以用os.popen('zcat yourfile.Z'),或者subprocess模块(python 2.4)调用也 可以。 -- Qiangning Hong http://www.hn.org/hongqn (RSS: http://feeds.feedburner.com/hongqn) Registered Linux User #396996 Get Firefox! <http://www.spreadfirefox.com/?q=affiliates&id;=67907&t;=1> Thunderbird! <http://www.spreadfirefox.com/?q=affiliates&id;=67907&t;=183>
2005年09月14日 星期三 12:08
在05-9-14,Qiangning Hong <hongqn at gmail.com> 写道: > > limodou wrote: > > 在 05-9-14,gyb tension<tensiongyb at gmail.com> 写道: > > > >>我用了好几个模块都不行. > > > > .Z是unix下使用compress压缩出来的,并不是一种通用压缩格式。建议先在unix下转为其它的格式。 > > .Z用的是LZW算法(就是GIF用的那个),有专利问题,不能随意分发其编解码器, > 因此python下没有对应的解码模块。 > > 可以用os.popen('zcat yourfile.Z'),或者subprocess模块(python 2.4)调用也 > 可以。 好,我试试。 -- > Qiangning Hong > http://www.hn.org/hongqn (RSS: http://feeds.feedburner.com/hongqn) > > Registered Linux User #396996 > Get Firefox! <http://www.spreadfirefox.com/?q=affiliates&id;=67907&t;=1> > Thunderbird! <http://www.spreadfirefox.com/?q=affiliates&id;=67907&t;=183> > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050914/93c9f30f/attachment.htm
2005年09月14日 星期三 12:10
文件太多,不能直接处理的话很占空间的。 在05-9-14,limodou <limodou at gmail.com> 写道: > > 在 05-9-14,gyb tension<tensiongyb at gmail.com> 写道: > > 我用了好几个模块都不行. > > > > .Z是unix下使用compress压缩出来的,并不是一种通用压缩格式。建议先在unix下转为其它的格式。 > > -- > I like python! > My Donews Blog: http://www.donews.net/limodou > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050914/ec3d75f6/attachment.html
Zeuux © 2025
京ICP备05028076号