I'm going to write some Python 3.2 scripts in the Ninja IDE on Mac OS X. However, I quickly found that the IDE uses the Python 2.7 interpreter, which came with the default system.
Preferences "Currently" The "Python Path" is simply "python". I want to use Python 3.2 all the time, and I think it is a matter of writing or finding the right path in the settings. In "Terminal", I usually just use the "python3" instruction, followed by the file name, but neither this nor a longer path helped.
I'm sure the answer is simple, but my Google skills and other technical know-how have not yet given me an answer. Any help is much appreciated :-)
EDIT: Here is a screenshot of the settings window. 
vages source share