On 10/15/15, Gisle Vanem <gva...@yahoo.no> wrote: > > Thanks for the detailed info. I fixed some paths under: > HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\3.5-32 > > Now my Python3.5 almost works. But something is wrong with the > Python3 sys.prefix: > c:> py -2 -c "import os, sys; print(sys.prefix)" > F:\ProgramFiler\Python27 > > c:> py -3 -c "import os, sys; print(sys.prefix)" > F:\ProgramFiler > > Where should I look for the reason for this?
The directory for 32-bit program files is localized to "Programfiler (x86)" in Norwegian. Is Python 3.5 installed in "F:\Programfiler (x86)\Python 3.5"? What's the value of sys.executable? -- https://mail.python.org/mailman/listinfo/python-list