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


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

Is there an archive of the gohlke python binaries on windows

Started bySayth Renshaw <flebber.crue@gmail.com>
First post2015-11-07 21:55 -0800
Last post2015-11-08 16:24 -0800
Articles 5 — 3 participants

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


Contents

  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

#98423 — Is there an archive of the gohlke python binaries on windows

FromSayth Renshaw <flebber.crue@gmail.com>
Date2015-11-07 21:55 -0800
SubjectIs there an archive of the gohlke python binaries on windows
Message-ID<cce5b84f-6ade-4e77-8bda-8354d80adb74@googlegroups.com>
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

[toc] | [next] | [standalone]


#98430

FromChris Warrick <kwpolska@gmail.com>
Date2015-11-08 10:43 +0100
Message-ID<mailman.121.1446975829.16136.python-list@python.org>
In reply to#98423
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

[toc] | [prev] | [next] | [standalone]


#98434

FromSayth Renshaw <flebber.crue@gmail.com>
Date2015-11-08 02:21 -0800
Message-ID<7a919b0a-205b-49c7-8a36-903f63be3497@googlegroups.com>
In reply to#98430
On Sunday, 8 November 2015 20:44:02 UTC+11, Chris Warrick  wrote:
> 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

I want to use lxml 3.4.1 because it is the required version in portia current version

Sayth

[toc] | [prev] | [next] | [standalone]


#98436

FromLaura Creighton <lac@openend.se>
Date2015-11-08 11:30 +0100
Message-ID<mailman.123.1446978638.16136.python-list@python.org>
In reply to#98423
In a message of Sat, 07 Nov 2015 21:55:32 -0800, Sayth Renshaw writes:
>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://pypi.python.org/pypi/lxml/3.4.1

Laura

[toc] | [prev] | [next] | [standalone]


#98489

FromSayth Renshaw <flebber.crue@gmail.com>
Date2015-11-08 16:24 -0800
Message-ID<563752c4-1426-4b8b-ac83-02278f460123@googlegroups.com>
In reply to#98436
On Sunday, 8 November 2015 21:30:59 UTC+11, Laura Creighton  wrote:
> In a message of Sat, 07 Nov 2015 21:55:32 -0800, Sayth Renshaw writes:
> >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://pypi.python.org/pypi/lxml/3.4.1
> 
> Laura

Thanks Laura but that fails to install because I uninstalled visual studio and its compiler.

Sayth

[toc] | [prev] | [standalone]


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


csiph-web