Installed 3.5.0 successfully on Windows 10, but where is DDLs, Doc, Lib, etc?

eryksun eryksun at gmail.com
Thu Oct 15 16:18:28 EDT 2015


On 10/15/15, Gisle Vanem <gvanem at 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?



More information about the Python-list mailing list