Karl Nelson

Results 563 comments of Karl Nelson

Great I will push it out in the next release.

No this is not the same as epypj. With epypj the goal was to build a java library in which python was accessable as java code. That would mean you...

The main installation issue is placing the binary in the python install location (ie like executable python modules) such that it is treated no different than others. IE follows a...

The other fundemental problem we have is packaging in general, though not the subject of this PR. The only system for getting python and java together is conda. And it...

Let’s be clear what this binary is for. If an application is launching JavaFX or swing, or your module would deadlock on OSX, and needs to be able to guarantee...

Unfortunately I have no insight into this problem. I would search the archives. It must be some mismatch between the assumptions of the JVM and Python.

Unfortunately I do not have access to that machine. There is no reason for a sigbus to be happening unless the code was not compiled with exception support. We take...

I am not sure what you mean by crash. It did't find the jar? It segfaulted? Also use the classpath keyword rather than setting it manually. Manual setting is not...

Sounds good. I am not sure why we would have much difference, but it is best to test.

This is odd. I could not replicate on my PC. There was a bug in 1.3 with arrays but that was corrected. The bug also makes not sense as once...