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


Groups > comp.lang.python > #106250

RE: extract rar

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Albert-Jan Roskam <sjeik_appie@hotmail.com>
Newsgroups comp.lang.python
Subject RE: extract rar
Date Fri, 1 Apr 2016 19:37:17 +0000
Lines 9
Message-ID <mailman.326.1459539504.28225.python-list@python.org> (permalink)
References <CAJ7mry+JqgQuTA782sNyZOmyupXxwvG7TqvO56pM7K-p+up2cQ@mail.gmail.com>
Mime-Version 1.0
Content-Type text/plain; charset="windows-1256"
Content-Transfer-Encoding base64
X-Trace news.uni-berlin.de QSHR9cqz7sXIoxBDaC6mTgbN6ZNrhyYneM0PMcUQxPOA==
Return-Path <sjeik_appie@hotmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.056
X-Spam-Evidence '*H*': 0.89; '*S*': 0.00; 'python': 0.10; 'everyone,': 0.15; '2016': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; '&gt;': 0.18; 'to:name:python- list@python.org': 0.20; 'to:2**1': 0.21; 'seems': 0.23; 'tried': 0.24; 'header:In-Reply-To:1': 0.24; 'wondering': 0.25; 'software.': 0.25; 'fri,': 0.27; 'date:': 0.31; 'extract': 0.33; 'subject:': 0.35; 'but': 0.36; 'there': 0.36; 'email addr:python.org': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'files': 0.38; 'from:': 0.39; 'to:addr:python.org': 0.40; 'email addr:gmail.com': 0.62; 'email name:python-list': 0.67; 'charset:windows-1256': 0.67; 'winrar': 0.91
X-TMN [n8Aw0U4Ekm4JJZv//RuG4ICnY26RyK0g]
X-Originating-Email [sjeik_appie@hotmail.com]
Importance Normal
In-Reply-To <CAJ7mry+JqgQuTA782sNyZOmyupXxwvG7TqvO56pM7K-p+up2cQ@mail.gmail.com>
X-OriginalArrivalTime 01 Apr 2016 19:37:17.0394 (UTC) FILETIME=[E6427320:01D18C4D]
X-Content-Filtered-By Mailman/MimeDel 2.1.21
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.21
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python:106250

Show key headers only | 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