Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Random832 Newsgroups: comp.lang.python Subject: Re: extract rar Date: Fri, 01 Apr 2016 15:29:54 -0400 Lines: 11 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de pV2GFXIKd6VFSGzbGXleEAbkLFEfI1tlgRlSIsFg94GQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'received:internal': 0.09; 'python': 0.10; 'everyone,': 0.15; 'message- id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:66.111.4.27': 0.16; 'received:io': 0.16; 'received:messagingengine.com': 0.16; 'received:out3-smtp.messagingengine.com': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'seems': 0.23; 'proprietary': 0.23; 'tried': 0.24; 'header:In-Reply-To:1': 0.24; 'wondering': 0.25; 'software.': 0.25; 'distribute': 0.27; 'fri,': 0.27; 'extract': 0.33; 'platforms.': 0.33; 'but': 0.36; 'there': 0.36; 'to:addr :python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'received:66': 0.38; 'files': 0.38; 'to:addr:python.org': 0.40; 'header:Message-Id:1': 0.61; 'winrar': 0.91 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=YcyMsRd5d06cjfDMvMOBAZp1D84=; b=IFFnif evJkFxe4/hIOyFbbz1+sTrF/pJhOZBs+mWqBiOBQ5gudauFRm3uQvbq+sR0EJ/xv Gcu0vOFgmUX2K9wwbp4VZkG+Njxejdv4A02JEzGlQ5No/BWVv4XoAXyDaxzhVrCW mEHS2yobm5hbGGZH6t2jsHD2hfb9LtXR6wSLA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=YcyMsRd5d06cjfD MvMOBAZp1D84=; b=uTRM8ci2zvvo23PkBPvYwCUG9GR7JZvqyXmr/k3wMs+5vKg g6MLAqiwaz/yVQuYtRTx6kd+I/NJM8+MPm7eCmyP3p0SOfk4801vscureot97dlV BUzCUp9GHr+Yd6+3u/5DyeCQHsdg10X33A6jR9VNf1stJpbDIKC6wwLn6MQQ= X-Sasl-Enc: Fg6nRzpLXn2IBWmtlPR853bzAIYiJe903Mq70ekfSOZ8 1459538994 X-Mailer: MessagingEngine.com Webmail Interface - ajax-2373d6a1 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:106249 On Fri, Apr 1, 2016, at 15:22, Jianling Fan wrote: > 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. Rar is a proprietary format. They do distribute a free "unrar" program for multiple platforms.