Python论坛  - 讨论区

标题:[python-chinese] 请问.Z文件用哪个模块可以处理呢?

2005年09月14日 星期三 10:48

gyb tension tensiongyb at gmail.com
Wed Sep 14 10:48:09 HKT 2005

我用了好几个模块都不行.

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

2005年09月14日 星期三 11:23

limodou limodou at gmail.com
Wed Sep 14 11:23:25 HKT 2005

在 05-9-14,gyb tension<tensiongyb at gmail.com> 写道:
> 我用了好几个模块都不行.
> 

.Z是unix下使用compress压缩出来的,并不是一种通用压缩格式。建议先在unix下转为其它的格式。

-- 
I like python! 
My Donews Blog: http://www.donews.net/limodou

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

2005年09月14日 星期三 11:42

Qiangning Hong hongqn at gmail.com
Wed Sep 14 11:42:44 HKT 2005

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>

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

2005年09月14日 星期三 12:08

gyb tension tensiongyb at gmail.com
Wed Sep 14 12:08:15 HKT 2005

在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

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

2005年09月14日 星期三 12:10

gyb tension tensiongyb at gmail.com
Wed Sep 14 12:10:26 HKT 2005

文件太多,不能直接处理的话很占空间的。

在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

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号