Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #100164

Can one use Python 3.4 lzma library to initialize file_reader for a 7z file?

Newsgroups comp.lang.python
Date 2015-12-08 07:08 -0800
Message-ID <65acc58c-463b-4615-8b09-cef6c0da6d18@googlegroups.com> (permalink)
Subject Can one use Python 3.4 lzma library to initialize file_reader for a 7z file?
From Anmol Dalmia <dalmia.anmol@gmail.com>

Show all headers | View raw


Hello all.

I am trying to read lines from a compressed xml file in a 7z format contained archive. The native lzma library of Python 3.4 allows to do so, but I am not sure it does so for 7z files. I explored many threads and found very unsatisfactory answers such as this one.

https://groups.google.com/forum/#!search/lzma$207z/linux.debian.changes.devel/3vVvPIxnMuQ/3sPm5GEBbH4J

Can anyone please clear this out to me once? Or if it doesn't, can anyone help on how to do it using any python or wrapped C functions?

Thanks

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Can one use Python 3.4 lzma library to initialize file_reader for a 7z file? Anmol Dalmia <dalmia.anmol@gmail.com> - 2015-12-08 07:08 -0800

csiph-web