Thrameos / jpype

Thrameos personal sandbox for enhancements to jpype to send to originell.
Other
0 stars 1 forks source link

Jython interaction #12

Closed Thrameos closed 4 years ago

Thrameos commented 7 years ago

The addition of the imports system seems to have created a minor issue with certain packages which have hooks to Jython. Our import system was sufficiently compatible with the Jython system that some packages are picking up Jpype and assuming it is Jython leading to somewhat odd behavior. I have changed the Exceptions issued to that the error handling for Jython in most packages is sufficiently clean to work. But not every package may be handle this well. Need to update the documentation in Jpype to make others aware of the issue.