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


Groups > comp.lang.python > #102773

Re: Cygwin and Python3

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Terry Reedy <tjreedy@udel.edu>
Newsgroups comp.lang.python
Subject Re: Cygwin and Python3
Date Wed, 10 Feb 2016 16:59:41 -0500
Lines 23
Message-ID <mailman.21.1455141598.22075.python-list@python.org> (permalink)
References <n9d4r9$9s2$1@gioia.aioe.org> <3ZCdnZc2PpJ3MCfLnZ2dnUU7-RWdnZ2d@giganews.com> <87lh6sxnni.fsf@izac.org>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding 7bit
X-Trace news.uni-berlin.de Ya8ZuNoDI2SnqMLzKZwHnAmGlps6yIUS+KYkmqs8rTjA==
Return-Path <python-python-list@m.gmane.org>
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; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:Python3': 0.09; 'python': 0.10; 'jan': 0.11; 'packaged.': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'reedy': 0.16; 'run.': 0.16; 'wrote:': 0.16; 'runs': 0.18; 'library': 0.20; 'windows': 0.20; 'trying': 0.22; 'url:edu': 0.24; 'header:In-Reply-To:1': 0.24; 'install': 0.25; 'header:User-Agent:1': 0.26; 'example': 0.26; 'header:X -Complaints-To:1': 0.26; 'external': 0.27; 'least': 0.27; 'larry': 0.29; 'windows,': 0.29; "i'm": 0.30; 'run': 0.33; 'third': 0.33; 'could': 0.35; 'but': 0.36; 'there': 0.36; '(and': 0.36; 'received:71': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'version': 0.38; 'why': 0.39; 'to:addr:python.org': 0.40; 'packages,': 0.66; '4:26': 0.84; "shouldn't,": 0.84; 'received:fios.verizon.net': 0.91; 'package:': 0.93
X-Injected-Via-Gmane http://gmane.org/
X-Gmane-NNTP-Posting-Host pool-71-185-227-36.phlapa.fios.verizon.net
User-Agent Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1
In-Reply-To <87lh6sxnni.fsf@izac.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.21rc2
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:102773

Show key headers only | View raw


On 2/10/2016 4:26 PM, Benoit Izac wrote:
> Larry Hudson <orgnut@yahoo.com> writes:

>> Since Python runs natively in Windows, why are you trying to run it
>> with Cygwin? I'm not implying that you shouldn't, just offhand I don't
>> see a reason for it.
>
> I do it because it's easier to install third party packages, those that
> need an external library to run. Cygwin come with a lot of lib* and
> lib*-devel that permit to just run `pip install xxx' if not already
> packaged. I gave a try on the native Windows version and Anaconda but
> there is at least one package that I could not run (and I loosed
> a lot of time to compile a bunch of libraries).
>
> Example of package: pyproj (proj4), openpyxl with lxml (libxml2,
> libxslt) and pillow (libjpeg, zlib, libtiff, ...), psycopg2 (libpq).

I belive these are all available at
http://www.lfd.uci.edu/~gohlke/pythonlibs/

-- 
Terry Jan Reedy

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


Thread

Cygwin and Python3 Fillmore <fillmore_remove@hotmail.com> - 2016-02-09 11:41 -0500
  Re: Cygwin and Python3 alvin.hacopian@gmail.com - 2016-02-09 11:29 -0800
    Re: Cygwin and Python3 Fillmore <fillmore_remove@hotmail.com> - 2016-02-09 15:19 -0500
      Re: Cygwin and Python3 alvin.hacopian@gmail.com - 2016-02-09 12:30 -0800
        Re: Cygwin and Python3 Fillmore <fillmore_remove@hotmail.com> - 2016-02-09 16:47 -0500
          Re: Cygwin and Python3 Fillmore <fillmore_remove@hotmail.com> - 2016-02-09 17:36 -0500
  Re: Cygwin and Python3 Larry Hudson <orgnut@yahoo.com> - 2016-02-09 19:26 -0800
    Re: Cygwin and Python3 Mike S <mscir@yahoo.com> - 2016-02-09 19:39 -0800
      Re: Cygwin and Python3 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2016-02-10 13:05 +0000
        Re: Cygwin and Python3 Mike S <mscir@yahoo.com> - 2016-02-10 15:05 -0800
          Re: Cygwin and Python3 blindanagram@nowhere.net - 2016-02-11 07:46 +0000
            Re: Cygwin and Python3 Mike S <mscir@yahoo.com> - 2016-02-11 01:21 -0800
            Re: Cygwin and Python3 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2016-02-11 13:20 +0000
    Re: Cygwin and Python3 Benoit Izac <use.reply.to@INVALID.ADDRESS> - 2016-02-10 22:26 +0100
      Re: Cygwin and Python3 Terry Reedy <tjreedy@udel.edu> - 2016-02-10 16:59 -0500
        Re: Cygwin and Python3 Benoit Izac <use.reply.to@INVALID.ADDRESS> - 2016-02-11 19:18 +0100
          Re: Cygwin and Python3 alvin.hacopian@gmail.com - 2016-02-11 12:40 -0800

csiph-web