Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'referenced': 0.09; 'python': 0.11; 'wrote': 0.14; 'windows': 0.15; '"mark': 0.16; 'easy_install': 0.16; 'fwiw': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:install': 0.16; 'variable': 0.18; 'trying': 0.19; 'properly': 0.19; 'seems': 0.21; 'installation': 0.23; 'certainly': 0.24; "i've": 0.25; 'suggested': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In- Reply-To:1': 0.27; 'installed': 0.27; '(which': 0.31; 'worked': 0.33; 'but': 0.35; 'installing': 0.36; 'whatever': 0.38; 'to:addr :python-list': 0.38; 'subject:can': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'subject: ': 0.61; 'full': 0.61; "you're": 0.61; 'you.': 0.62; 'received:62': 0.63; 'sound': 0.68; 'felt': 0.74; 'hardly': 0.84; 'safe.': 0.84; 'relief': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: "Peter Tomcsanyi" Subject: Re: why i can't install ez_setup Date: Sun, 29 Jun 2014 11:00:35 +0200 References: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 62.197.243.26 In-Reply-To: X-MSMail-Priority: Normal X-Newsreader: Microsoft Windows Mail 6.0.6002.18197 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6002.18463 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: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1404032453 news.xs4all.nl 2900 [2001:888:2000:d::a6]:39574 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:73726 "Mark Lawrence" wrote in message news:lonp2t$gk3$1@ger.gmane.org... > I don't consider that particularly sound adice. easy_install is hardly an > "obscure Python installation tool". If you get pip it will look after the > dependancies for you. The site you're referenced is unofficial. FWIW > I've used it and never had a problem, but it's certainly a case of "buyer > beware". Well, I suggested to the original poster using the only way of installing Python things for Windows which worked for me. After trying all the ez_installs and pips (which require some C compilers installed and PATH variable set properly and ...) and whatever suggested on many sites, which never worked for me, I felt a big relief when I found that page full of prepared proper Windows installers. You are right, one must be bewared when downloading anything, but from my (and your) experience it seems to be safe. Peter