Path: csiph.com!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Edward Diener Newsgroups: comp.lang.python Subject: Re: Controlling py.exe launcher on Windows Date: Tue, 05 Aug 2014 18:25:32 -0400 Organization: A noiseless patient Spider Lines: 36 Message-ID: References: Reply-To: eldiener@tropicsoft.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Tue, 5 Aug 2014 22:25:33 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="ba231073dceea27d3ee4225375bc9fcf"; logging-data="8518"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18y5LG/J/9DUA7GNaKZI7ajYVWfcm++QaY=" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 In-Reply-To: Cancel-Lock: sha1:o8Tddg1KDiIgoa3MKA2m7D7OClU= Xref: csiph.com comp.lang.python:75765 On 8/5/2014 1:27 PM, Edward Diener wrote: > I am trying to control the default version of the py.exe launcher on > Windows. I have the Python 2.7.8 and 3.4.1 installed with both the 32 > bit and 64 bit versions, all in different directories. I assume that .py > and .pyw files are associated with the py.exe launcher. > > I am trying to control which version starts through a py.ini file in the > same directory as the py.exe file in the 3.4.1 version last installed. > > If I specify in the [defaults] section of py.ini: > > python=3.4 > > then launching py.exe will show: > > Python 3.4.1 (v3.4.1:c0e311e010fc, May 18 2014, 10:45:13) [MSC v.1600 64 > bit (AM > D64)] on win32 > > If I specify: > > python=3.4-32 > > then launching py.exe will show: > > Python 2.7.8 (default, Jun 30 2014, 16:08:48) [MSC v.1500 64 bit > (AMD64)] on win > 32 > > Is it really true that I cannot specify the 32 bit version in the .ini > file or am I doing something wrong here ? After uninstalling my Python versions and re-installing them, everything works properly and I can control the version which py.exe starts from the py.ini file.