I’m going to write some Python 3.2 scripts in Ninja IDE on Mac OS X. However, I quickly found out that the IDE uses the Python 2.7 interpreter that came with the system by default.
The preferences’ currently specified “Python Path” is simply “python”. I want to use Python 3.2 all the time, and I guess it’s a question of writing or finding the right path in the preferences. In “Terminal”, I usually just use a “python3” statement followed a filename, but neither this nor a longer path has been of much help.
I’m sure the answer is dead simple, but my google skills and other technical know-how hasn’t given me an answer so far. Any help is much appreciated 🙂
EDIT: Here is a screenshot of the Preferences-window.

Ninja IDE is not compatible with python 3 to use python 3 you will have to find another IDE for OSX I recommend using eclipse with the Pydev plugin,
here is a tutorial on how to install pydev and eclipse: http://www.youtube.com/watch?v=vHRRiBHI3to
link to the faq: https://github.com/ninja-ide/ninja-ide/wiki/FAQ