Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Terry Reedy Newsgroups: comp.lang.python Subject: Re: Cygwin and Python3 Date: Wed, 10 Feb 2016 16:59:41 -0500 Lines: 23 Message-ID: References: <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: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:102773 On 2/10/2016 4:26 PM, Benoit Izac wrote: > Larry Hudson 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