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


Groups > comp.lang.python > #98430

Re: Is there an archive of the gohlke python binaries on windows

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Chris Warrick <kwpolska@gmail.com>
Newsgroups comp.lang.python
Subject Re: Is there an archive of the gohlke python binaries on windows
Date Sun, 8 Nov 2015 10:43:41 +0100
Lines 27
Message-ID <mailman.121.1446975829.16136.python-list@python.org> (permalink)
References <cce5b84f-6ade-4e77-8bda-8354d80adb74@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding quoted-printable
X-Trace news.uni-berlin.de jzS6rbx0PwIocH06125ETQ2RRYqU/VZtfnfLownmDwlg==
Return-Path <kwpolska@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.004
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'url:pypi': 0.03; 'binary': 0.05; 'cc:addr:python-list': 0.09; 'python': 0.10; 'subject:python': 0.14; 'binaries': 0.16; 'extensions,': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:windows': 0.16; 'version?': 0.16; 'wrote:': 0.16; 'version.': 0.18; 'archive': 0.18; 'windows': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'cc:no real name:2**0': 0.22; 'url:edu': 0.24; 'header:In-Reply-To:1': 0.24; 'wondering': 0.25; 'install': 0.25; 'chris': 0.26; 'message-id:@mail.gmail.com': 0.27; 'correct': 0.28; 'mirror': 0.29; 'url:mailman': 0.30; 'certainly': 0.30; 'probably': 0.31; 'software,': 0.32; 'url:python': 0.33; 'windows.': 0.33; 'url:listinfo': 0.34; 'received:google.com': 0.35; 'should': 0.36; 'there': 0.36; 'url:org': 0.36; 'received:209.85': 0.36; 'visual': 0.36; 'subject:: ': 0.37; 'being': 0.37; 'thanks': 0.37; 'received:209.85.213': 0.37; 'version': 0.38; 'received:209': 0.38; 'someone': 0.38; 'why': 0.39; 'subject:the': 0.39; 'url:mail': 0.40; 'build': 0.40; 'url:3': 0.60; 'here:': 0.63; 'latest': 0.64; 'subject:there': 0.66; 'url:4': 0.70
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 :cc:content-type:content-transfer-encoding; bh=kbYkmKxPfokEUZQGQgPyne2uIn5pUcMGoJVqFnkHOxM=; b=R9dsXsypUFHQiRpnEJFQp17mk0fPWYhGMU8MJj6iHbks+IIwlLcr4h11QIgZYnYFYA lMZFlc06fWue3XsT/4OKSiRMO2CEwAGMDaf9pWVPzDhZOJVlvsTvh95WJJ6So9cX0VQY jYYlQNp96f7wJpgWsjdv5bIdBDXsifs3YYl+a1Sy/QFMuarFllUViemgHkAzxS8VeZOy CjCLhqIdZ2jmXpWZovSIfRLDLCrc4kkHEobBTVUK9dh3puIcu2a6/+NfeHkBjeEeTErG WmNCPnvCeKMsJ42ZyEmQUMkqpPHuFTiwxZ9jKuQ9MPALei8Y72cfXohfuU5gxPo7jhFG o4CA==
X-Received by 10.31.2.215 with SMTP id 206mr13011494vkc.158.1446975821080; Sun, 08 Nov 2015 01:43:41 -0800 (PST)
In-Reply-To <cce5b84f-6ade-4e77-8bda-8354d80adb74@googlegroups.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
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:98430

Show key headers only | View raw


On 8 November 2015 at 06:55, Sayth Renshaw <flebber.crue@gmail.com> wrote:
> Just wondering if there is an archive mirror for these binaries available. i was looking for lxml 3.4.1 and the current version is the latest on the page at 3.4.4 being on windows I cannot build it.
>
> http://www.lfd.uci.edu/~gohlke/pythonlibs/
>
> Thanks
>
> Sayth
> --
> https://mail.python.org/mailman/listinfo/python-list

Why do you need an old version? There should be no reason to use an
old version…  Why can’t you use lxml 3.4.4?

If you are a fan of old software, you are probably on Python 2.x, too,
and you can get a binary from here:
https://pypi.python.org/pypi/lxml/3.4.1

Also, those binaries are built by someone USING Windows. You can
certainly build C extensions, if you install Visual Studio in the
correct version.

-- 
Chris Warrick <https://chriswarrick.com/>
PGP: 5EAAEA16

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


Thread

Is there an archive of the gohlke python binaries on windows Sayth Renshaw <flebber.crue@gmail.com> - 2015-11-07 21:55 -0800
  Re: Is there an archive of the gohlke python binaries on windows Chris Warrick <kwpolska@gmail.com> - 2015-11-08 10:43 +0100
    Re: Is there an archive of the gohlke python binaries on windows Sayth Renshaw <flebber.crue@gmail.com> - 2015-11-08 02:21 -0800
  Re: Is there an archive of the gohlke python binaries on windows Laura Creighton <lac@openend.se> - 2015-11-08 11:30 +0100
    Re: Is there an archive of the gohlke python binaries on windows Sayth Renshaw <flebber.crue@gmail.com> - 2015-11-08 16:24 -0800

csiph-web