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


Groups > comp.lang.python > #106250 > unrolled thread

RE: extract rar

Started byAlbert-Jan Roskam <sjeik_appie@hotmail.com>
First post2016-04-01 19:37 +0000
Last post2016-04-01 19:37 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#106250 — RE: extract rar

FromAlbert-Jan Roskam <sjeik_appie@hotmail.com>
Date2016-04-01 19:37 +0000
SubjectRE: extract rar
Message-ID<mailman.326.1459539504.28225.python-list@python.org>

> 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
 		 	   		  

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web