sorry for a simple question! I want to use WinPython (recently installed) as a interpreter for PyCharm Community Edition but am getting an error
"The selected file is not a valid home for Python SDK"
(see image)
Does anybody have any idea of what the issue may be? Do I have to do any other steps (with the path, etc.)?
You need to select the folder where a
python.exe
(and possiblypythonw.exe
) exists, which looks like maybe thepython-3.4.4.amd64
folderAnd, according to this answer