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


Groups > comp.lang.python > #83622

Re: I must be missing something obvious in installing Python 3.4.2...

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 <rosuav@gmail.com>
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 <ec7b8633-3b02-42b3-89e4-ef002ebd78e6@googlegroups.com>
References <ec7b8633-3b02-42b3-89e4-ef002ebd78e6@googlegroups.com>
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 <rosuav@gmail.com>
Cc "python-list@python.org" <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 <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>
Newsgroups comp.lang.python
Message-ID <mailman.17632.1421087826.18130.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Tue, Jan 13, 2015 at 5:02 AM, Andrew Koenig <ark@acm.org> 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

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


Thread

I must be missing something obvious in installing Python 3.4.2... Andrew Koenig <ark@acm.org> - 2015-01-12 10:02 -0800
  Re: I must be missing something obvious in installing Python 3.4.2... Chris Angelico <rosuav@gmail.com> - 2015-01-13 05:36 +1100
    Re: I must be missing something obvious in installing Python 3.4.2... Andrew Koenig <ark@acm.org> - 2015-01-12 12:51 -0800
  Re: I must be missing something obvious in installing Python 3.4.2... Tim Golden <mail@timgolden.me.uk> - 2015-01-12 20:52 +0000
    Re: I must be missing something obvious in installing Python 3.4.2... Andrew Koenig <ark@acm.org> - 2015-01-12 13:45 -0800
      Re: I must be missing something obvious in installing Python 3.4.2... Tim Golden <mail@timgolden.me.uk> - 2015-01-12 22:00 +0000
        Re: I must be missing something obvious in installing Python 3.4.2... Andrew Koenig <ark@acm.org> - 2015-01-12 14:35 -0800
          Re: I must be missing something obvious in installing Python 3.4.2... Andrew Koenig <ark@acm.org> - 2015-01-12 15:12 -0800
            Re: I must be missing something obvious in installing Python 3.4.2... Tim Golden <mail@timgolden.me.uk> - 2015-01-13 06:08 +0000
              Re: I must be missing something obvious in installing Python 3.4.2... cjgohlke@gmail.com - 2015-01-12 23:05 -0800
                Re: I must be missing something obvious in installing Python 3.4.2... Tim Golden <mail@timgolden.me.uk> - 2015-01-13 08:18 +0000

csiph-web