No importlib in Python 3 64 bit ?

Terry Reedy tjreedy at udel.edu
Wed Sep 6 18:42:17 EDT 2017


On 9/6/2017 12:30 PM, Chris Angelico wrote:
> On Thu, Sep 7, 2017 at 2:17 AM, MRAB <python at mrabarnett.plus.com> wrote:
>> On 2017-09-06 14:00, Chris Angelico wrote:

>>> I'm not 100% sure, but I think that having two different versions of
>>> CPython X.Y isn't supported on Windows.
>>>
>> I have both 64-bit and 32-bit Python 3.6 installed on Windows 10, as well as
>> older versions. They all work without a problem.
> 
> Ah, that's good to know, thanks. (I knew it was fine to have 3.6 and
> 3.5 installed at once, just the question of two 3.6es.)

The py launcher lets you choose
py -3.6
py -3.6-32

-- 
Terry Jan Reedy




More information about the Python-list mailing list