Tobias Richter - 2011-11-17

I think I am not seeing this exception (using pydev 2.1), but instead I get the new dialogue prompting me to setup a python interpreter.
My story is: I have a jython interpreter configured and then ask pydev to add the python nature to the project, specifying 'jython 2.5' as version. pydev when creating the .pydevproject first sets it up with a 'Default' interpreter version. Then I've even seen it change that to 'python 2.7'. Right after this pydev checks if the proper interpreters are configured for the nature. This triggers the dialogue asking for python. After the user is prompted for the wrong interpreter pydev finishes off the setup of the project nature by putting the right version 'jython 2.5' in place. This is obviously in the wrong order.