Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'url:pypi': 0.03; '64-bit': 0.07; 'distutils': 0.07; 'windows,': 0.09; 'subject:How': 0.10; 'cc:addr:python-list': 0.11; 'python': 0.11; 'windows': 0.15; '"run': 0.16; 'easy_install': 0.16; 'exe': 0.16; 'ez_setup.py': 0.16; 'it".': 0.16; 'it;': 0.16; 'setuptools': 0.16; 'url:packages': 0.16; 'url:setuptools': 0.16; 'appropriate': 0.16; 'wrote:': 0.18; "skip:' 30": 0.19; 'seems': 0.21; 'cc:addr:python.org': 0.22; 'install': 0.23; 'mon,': 0.24; 'versions': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'ray': 0.31; 'file': 0.32; 'figure': 0.32; 'run': 0.32; 'open': 0.33; 'linux': 0.33; 'url:python': 0.33; 'at:': 0.34; "can't": 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'version': 0.36; 'url:listinfo': 0.36; 'entry': 0.36; 'url:org': 0.36; 'searching': 0.37; 'being': 0.38; 'version,': 0.38; 'issue': 0.38; 'pm,': 0.38; 'does': 0.39; 'sure': 0.39; 'url:mail': 0.40; 'how': 0.40; 'new': 0.61; 'first': 0.61; 'you.': 0.62; 'great': 0.65; 'due': 0.66; 'url:v': 0.71; 'url:youtube': 0.71; 'url:watch': 0.77; 'installer': 0.84; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=51tR0mqtYvfOVvtxPM0HJP6dP3qxElHWFc+PpgmIrDo=; b=ppGFzjdOshEWYmjBDsyaemmogpb614OlLOum1GAtzlXwuL+eW25gP79gEtAuO6KlMD BXT+mCxyrWbTCReHywANH8RWUB6D58IjqJ/hBwe3S8n4VJFQX+PCXZpMLRvoGX6qaLaw j4THPfXP+ZGMcEfDO7FdySYWa/97jQkiprqSzJH9zrUmJo1Ish3NGkCe3DJcFGyRSQno VWrPxs5984hpyyipW4zHbMir+eMoIgIP8TT0GQ7d4Tc279Rg1ldtM02HL3UtDYt9CdIl iql4yCvdE4ZqdmajAn6uGXD+NqGUbPTA1gRYLJU3SMNPfq3KBZETvedqwIgaA0OUFgor 4VAQ== X-Received: by 10.180.105.231 with SMTP id gp7mr13758179wib.23.1369774816563; Tue, 28 May 2013 14:00:16 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Michael Herman Date: Tue, 28 May 2013 13:59:56 -0700 Subject: Re: How to: Setuptools To: ray Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org 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: 38 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369774819 news.xs4all.nl 15950 [2001:888:2000:d::a6]:36227 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46342 I have a great video on how to setup Easy_Install via setuptools as well as pip - http://www.youtube.com/watch?v=MIHYflJwyLk On Mon, May 27, 2013 at 6:32 PM, ray wrote: > > I would like to use easy_install, but can't figure out how to install it. > > I have 64-bit Python 2.7.5 on Windows 7. > > Following the instructions on https://pypi.python.org/pypi/setuptools, it > says: > Download ez_setup.py and run it; it will download the appropriate .egg > file and install it for you. (Currently, the provided .exe installer does > not support 64-bit versions of Python for Windows, due to a distutils > installer compatibility issue > > Being new to Python, I don't know what it means to "run it". I am not > sure what I am looking at when I open it as the first line is "#!python". > > Looking down into the content of ez_setup.py, I find: > 'setuptools-0.6c10-py2.6.egg': > but there is no entry > 'setuptools-0.6c10-py2.7.egg': > > Searching for it, I found a version at: > https://pypi.python.org/packages/2.7/s/setuptools/ > > This appeared to be a linux version, the first line is: > #!/bin/sh > and the content seems to be encoded. > > There is an exe at https://pypi.python.org/pypi/setuptools, but the > instructions on the page state the .exe won't work for 64-bit installs. > > Ray > > -- > http://mail.python.org/mailman/listinfo/python-list