Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'subject:Python': 0.06; '64-bit': 0.07; 'subject:missing': 0.07; 'try:': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'jan': 0.12; 'windows': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'path.': 0.16; 'win7': 0.16; 'wrote:': 0.18; 'command': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'downloaded': 0.26; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'am,': 0.29; 'andrew': 0.30; 'message-id:@mail.gmail.com': 0.30; '13,': 0.31; 'run': 0.32; 'received:google.com': 0.35; 'version': 0.36; 'machine.': 0.36; 'window': 0.38; 'launch': 0.39; 'different': 0.65; '2015': 0.84; '3.4': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=3VedLciA1ak4c8KL2ixgfYsBx2+PDEPKsTmYGLtmZxo=; b=oAy9gXoaRa1uPNMTyHcR2Gzcl0BE8+jlE9TfiyYpghTLBzuc/k1PY/drewOls5l0sZ w3ikwoTlXbVjrGeLwUUevG7YC34zAR4hDmDn7DREAvPkU3KrB1i8ZbZm6OnCqVe7556F 2POqbVh1AnButfE+luNgm7CPzLlZeI4a4rA1Oa2REz1+toVKD2TAR8FB7iUOFud7KNr9 5LLNMqeDZdjBd/cJxP/60utxalbmcGTQ0e/sFOsMmr/fdOyDOFY26Roeqt2cAMOrDkPL iGakw1Ob/mB/03z9LlwfyXhR5lwHzFo80e14cIqfb5fIgS8GrLVnRbdBH0V6MQn7FbuT /wCg== MIME-Version: 1.0 X-Received: by 10.50.79.161 with SMTP id k1mr16567374igx.14.1421087815460; Mon, 12 Jan 2015 10:36:55 -0800 (PST) In-Reply-To: References: Date: Tue, 13 Jan 2015 05:36:55 +1100 Subject: Re: I must be missing something obvious in installing Python 3.4.2... From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1421087826 news.xs4all.nl 2874 [2001:888:2000:d::a6]:37745 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:83622 On Tue, Jan 13, 2015 at 5:02 AM, Andrew Koenig wrote: > Downloaded and installed 64-bit Python 3.4 and pywin32-219. Both installed smoothly on my 64-bit Win7 machine. I added C:\Python34 to the search path. > > If I launch a Windows command window and run > > python -m ensurepip Do you have any other Pythons in PATH? Try: python --version Is it what you expect? If it is, see if there's a PYTHONPATH or somesuch from a different version of Python. ChrisA