You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Progress on this continues to be slow. There it just hard to make much progress when there are so many bugs to trip on that every bug exposes 5 more just to trace down the first. The biggest problem is the exception handling. If you can't properly expose the exceptions to show what went wrong there is little way of making head way.
I made it once through the start up sequence enough to call a function once. But still need to rework exceptions so that they come back to Java with some type information.
Perhaps PyEngine should be in org.jpype rather than python.lang. We should likely restrict the items that we expose under python. to only those formally in Python itself.
The text was updated successfully, but these errors were encountered: