I am trying to setup python 2.7.6 on my windows 7 machine (python 3.3.3 was installed first). When selecting the project interpreter after adding it in settings-project inte
Try adding these commands before you run your UI
set PYTHONHOME=C:\Python33 set PYTHONPATH=C:\Python33\lib
I made a really silly mistake: I was messing with PYTHONPATH instead of PATH. I added both PYTHON33 and PYTHON27 to my PATH and it worked.
PYTHONPATH
PATH
PYTHON33
PYTHON27