Skip to content Skip to sidebar Skip to footer

Using Winpython As Interpreter For Pycharm

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

Solution 1:

You need to select the folder where a python.exe (and possibly pythonw.exe) exists, which looks like maybe the python-3.4.4.amd64 folder

And, according to this answer

open PyCharm and add a new python interpreter giving the path of where you installed Winpython to (the python-... subirectory).

Post a Comment for "Using Winpython As Interpreter For Pycharm"