I am trying to run python Netbeans to run with the default python platform installed on Python 2.6.1 (my system python), so in Netbeans I do the following:
Tools -> Python Platform
Set Python 2.6.1 to "default"
However, this is impossible to do. Whenever I restart Netbeans, it returns to Jython 2.5 again.
In addition, I can obviously auto-detect and find Python 2.6.1, but whenever I do this "Default", Netbeans still works with Jython 2.5 in this session. (I know this because when I import sys and do sys.path, it only has Jython library libraries). And when I remove Jython, I get an error:
"The selected project broke the python platform: default => binding to the existing python platform in the project properties."
I tried this 6.5 and 6.7. And I still get the same behavior. Also, I know that my system python is working because I can use the python interpreter.
source
share