So I\'ve been pigeon-holed into writing some Jython code. I\'ve been using the latest version of Eclipse IDE with the PyDev plugin for development. Up until now, things ha
Make your life easier and just use Maven and the mavenjython compile plugin.
See my answer of this question: Using Jython with Maven
You get full automation of the build and deploy process, and the result is a jar that includes jython and all other dependencies.