[issue32730] Allow py launcher to launch other registered Pythons

2019-12-12 Thread Tzu-ping Chung


Change by Tzu-ping Chung :


--
nosy: +uranusjr

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32730] Allow py launcher to launch other registered Pythons

2018-03-03 Thread Steve Dower

Steve Dower  added the comment:

Since I took the time to do a brain dump of my thinking here, feel free to 
review/contribute to https://github.com/zooba/PyLauncher/wiki

Note that the code in that repo doesn't match the wiki page, and while I think 
it's good code I do now think it's the wrong approach. So ignore that and just 
read the "spec"

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32730] Allow py launcher to launch other registered Pythons

2018-02-02 Thread Terry J. Reedy

Change by Terry J. Reedy :


--
versions:  -Python 3.4, Python 3.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32730] Allow py launcher to launch other registered Pythons

2018-01-31 Thread Steve Dower

Steve Dower  added the comment:

Yep, this was part of the plan. Just hasn't happened yet (it probably requires 
a significant rewrite of the launcher which nobody has volunteered to do or 
found the time for).

I thought I had another open bug on this too... if someone finds it, feel free 
to dup this one.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32730] Allow py launcher to launch other registered Pythons

2018-01-31 Thread Peter Suter

New submission from Peter Suter :

For example Anaconda Python is registered under 
HKEY_LOCAL_MACHINE\Software\Python\ContinuumAnalytics\Anaconda36-64\ as 
described in PEP 514 "Python registration in the Windows registry" .

The py launcher from PEP 397 however ignores that and only considers 
HKEY_LOCAL_MACHINE\Software\Python\PythonCore\ registrations.

There seems to be no mechanism to register Anaconda Python with the py 
launcher. Anaconda considers this a bug in the Python launcher. 
https://github.com/ContinuumIO/anaconda-issues/issues/149#issuecomment-361922640

Shouldn't this be possible? Maybe via py.ini [defaults]?

--
components: Windows
messages: 311338
nosy: paul.moore, petsu...@gmail.com, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Allow py launcher to launch other registered Pythons
type: enhancement
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com