spyder v5: invalid file name when selecting interpreter in preferences

Dennis Lee Bieber wlfraed at ix.netcom.com
Sat Jul 23 20:49:19 EDT 2022


On Sat, 23 Jul 2022 22:51:17 +0100, MRAB <python at mrabarnett.plus.com>
declaimed the following:

>On 23/07/2022 18:30, Leif Svalgaard wrote:
>> error message: invalid file path: C:/Users/leifs/anaconda3/python3105.exe
>> what is wrong with that?
>> 
>Is there a file called python3105.exe in the folder 
>C:/Users/leifs/anaconda3?
>
>That filename looks wrong to me because the file is usually called 
>python.exe.

PS C:\Users\Wulfraed> Get-ChildItem -Path 'C:\Python38\' -Name -Filter
"python*.exe"

python.exe
python3.8.exe
python3.exe
pythonservice.exe
pythonw.exe
PS C:\Users\Wulfraed>

	That's from a stale ActiveState build... Anaconda may drop the "." in
the version (I'd expect it is python3.10.5)


-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
	wlfraed at ix.netcom.com    http://wlfraed.microdiversity.freeddns.org/


More information about the Python-list mailing list