How can I setup Jython in PyCharm Community Edition 2017.1.5?

已回答

I'd like to develope and test Jython scripts using this IDE if possible.

Thanks,

Brad

0

You need to add Jython interpreter to Pycharm as described here: https://www.jetbrains.com/help/pycharm/configuring-local-python-interpreters.html, after that you can run and debug your code.

0
Avatar
Permanently deleted user

Hi Anna,

That article instructs the user to add python.exe.  I'm looking for steps to add Jython (e.g. jython.exe).  If the steps are supposed to be the same, I'm getting the error below.  I've verified the "jython.exe --version" command outputs the expected version to ensure it's not an issue with the Jython installation.

Thanks for your help.

Brad

0

Hi Brad,

It can be caused by a failure on any of the steps we perform while collecting initial information about the selected SDK. Could you please create an issue in our tracker and attach idea.log file there? We will try to figure out what's going on.

Also, what's the output of "jython.exe --version" in the command line?

Thanks!

0

请先登录再写评论。