This repo is a mirror of what used to be the jython
branch under Ignition
, and it is now read-only because of the following reasons:
- Issues in PyCharm when Jython is set as the project interpreter
- Issue in Jython when trying to import modules under
com.inductiveautomation
- Jython 2.7.2 ImportError: No module named <my_package_name> when running
import com.<my_package_name>
(jython#131)
- Jython 2.7.2 ImportError: No module named <my_package_name> when running