-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
Dear scripting-jython developers,
I encountered a problem with scijava kernel related to jython-shaded-2.7.0. When executing my code with that version of jython I had the following error when calling the constructor of a superclass (coded in java):
TypeError: Default constructor failed for Java superclass
Since my code was running well outside jupyter with jython 2.7.1 I replaced jython-shaded-2.7.0.jar by jython-shaded-2.7.1.jar that I found there. And now everything runs normally 😀
So I think it would be a good idea to upgrade jython-shaded in scripting-jython.
Best regards,
Gildas
Note 1: my code can be found there
Note 2: I also opened the same issue there thinking it was related to scijava-jupyter-kernel.
Metadata
Metadata
Assignees
Labels
No labels