I've just added a bit of jython code to an existing python project.  I
always assumed that since you are prompted to choose between jython and
python every time you RUN that you would be able to select any .py file and
run it as either python or jython.

But I discovered that the active interpreter is set as the root project
level, and that you must choose between the configurations.

Am I missing something?  Is there a way to specify that the content of a
directory or even a particular file should be interpreted as jython, even if
the PyDev project type is set to python?

I'm curious about why we would always see both python and jython listed in
the Run as... dialog if the choice is strictly boolean.

Thanks!
------------------------------------------------------------------------------
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to