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


Groups > comp.lang.python > #106250

RE: extract rar

From Albert-Jan Roskam <sjeik_appie@hotmail.com>
Newsgroups comp.lang.python
Subject RE: extract rar
Date 2016-04-01 19:37 +0000
Message-ID <mailman.326.1459539504.28225.python-list@python.org> (permalink)
References <CAJ7mry+JqgQuTA782sNyZOmyupXxwvG7TqvO56pM7K-p+up2cQ@mail.gmail.com>

Show all headers | View raw



> Date: Fri, 1 Apr 2016 13:22:12 -0600
> Subject: extract rar
> From: fanjianling@gmail.com
> To: python-list@python.org
> 
> Hello everyone,
> 
> I am wondering is there any way to extract rar files by python without
> WinRAR software?
> 
> I tried Archive() and patool, but seems they required the WinRAR software.

Perhaps 7-zip in a Python subprocess:http://superuser.com/questions/458643/unzip-rar-from-command-line-with-7-zip/464128
 		 	   		  

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


Thread

RE: extract rar Albert-Jan Roskam <sjeik_appie@hotmail.com> - 2016-04-01 19:37 +0000

csiph-web