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


Groups > comp.lang.python > #94769

Re: Python launcher problem

From Terry Reedy <tjreedy@udel.edu>
Subject Re: Python launcher problem
Date 2015-07-30 05:41 -0400
References <mpci4h$4bi$2@dont-email.me>
Newsgroups comp.lang.python
Message-ID <mailman.1090.1438249280.3674.python-list@python.org> (permalink)

Show all headers | View raw


On 7/30/2015 3:03 AM, ElChino wrote:
> If I in a cmd-shell (actually it is 4NT), do:
>    c:>py -3 -V & python3 -V
>
> I get:
>    Requested Python version (3) not installed  << ! from py -3 -V
>    Python 3.5.0b2   << ! from the 2nd cmd.
>
> What nonsense is this? I DO HAVE Python3 in my %PATH.
> A Registry setting gone haywire?

Start with something that works.
C:\Users\Terry>py -3
Python 3.5.0b2 (v3.5.0b2:7a088af5615b, May 31 2015, 06:22:19) [MSC 
v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
 >>> exit()

-- 
Terry Jan Reedy

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


Thread

Python launcher problem ElChino <elchino@cnn.cn> - 2015-07-30 09:03 +0200
  Re: Python launcher problem Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-07-30 09:39 +0200
  Re: Python launcher problem Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-07-30 10:01 +0100
  Re: Python launcher problem Terry Reedy <tjreedy@udel.edu> - 2015-07-30 05:41 -0400
    Re: Python launcher problem wxjmfauth@gmail.com - 2015-07-30 08:05 -0700
  Re: Python launcher problem ElChino <elchino@cnn.cn> - 2015-07-31 18:30 +0200

csiph-web