Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; '(at': 0.03; '16,': 0.03; 'error:': 0.05; 'subject:Windows': 0.09; 'archive': 0.11; 'subject:not': 0.11; 'thread': 0.11; 'files.': 0.13; 'bumping': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'it),': 0.16; 'oct': 0.16; 'opposite': 0.16; "someone's": 0.16; 'subject:type': 0.16; 'type:': 0.16; 'utility,': 0.16; 'wrote:': 0.17; '(or': 0.18; 'windows': 0.19; "haven't": 0.23; 'seems': 0.23; 'header:In-Reply-To:1': 0.25; 'looks': 0.26; 'possibly': 0.27; 'recognized': 0.27; 'message-id:@mail.gmail.com': 0.27; 'install': 0.29; 'maybe': 0.29; 'point': 0.31; 'extract': 0.33; 'to:addr:python-list': 0.33; "can't": 0.34; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'subject:" ': 0.36; 'anything': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'instead': 0.39; 'to:addr:python.org': 0.39; 'google': 0.39; 'header:Received:5': 0.40; 'end': 0.40; 'your': 0.60; 'bring': 0.62; 'more': 0.63; 'attention': 0.75 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=JhbT54VBTbmh8sqi4umxaA6IAhvmHe0YWA2nPFooQKA=; b=LOLBroOGzbcmG1xGgBtsn7TXs1QE8Bbly3y8iYH2viw2cjKXPgNrdfIZ9IlYnK+Q0v TRY6EbDNcnbsNzc2x5U7FfWaXR6mST9Av1Ct/e5bgNeLBO3Hp2QxPj56jxnCUt216u+p ZmCHUWfmr8K5jgLQbvqaw3orU0LaRrD3qrCPvL5OkaOxXBSnrmJRTZHlbVdw18/b4G/m zsQeOSD/Zz4JBA1Kc7mPNuJ3t21E+AdGRtH6Zc1yZL/50lVF57lGGIarbQc5LiSg7upQ pdTIXW2Olf3WVtdGbDIZNyWR8qb3bAxWHZKOglAIwVbsMQP7Ja/qw+vZCdAwTHyQEllF r2/Q== MIME-Version: 1.0 In-Reply-To: <43c15417-d2a8-4995-8ff8-cfe5d13aac63@googlegroups.com> References: <43c15417-d2a8-4995-8ff8-cfe5d13aac63@googlegroups.com> Date: Thu, 18 Oct 2012 00:24:40 +1100 Subject: Re: easy_install says "not a recognized archive type" Windows Py3 From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1350480283 news.xs4all.nl 6909 [2001:888:2000:d::a6]:54813 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:31500 On Tue, Oct 16, 2012 at 1:41 PM, Noah Coad wrote: > error: Not a recognized archive type: c:\users\noahco~1\appdata\local\temp\easy_ > install-gpekqc\PyMySQL-0.5.tar.gz Nobody seems to have responded to this (or I haven't seen it), but it looks like your system can't extract gzip files. Suggestions found on other fora (at the opposite end of a Google search) point to possibly using pip instead of easy_install; alternatively, you may be able to install a Windows gzip utility, though I don't know anything about linking that up with easy_install. Sorry I can't be of more help! But maybe bumping this thread will bring it to someone's attention who actually knows. ChrisA