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