home.social

#jpype — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #jpype, aggregated by home.social.

  1. 🐍🤝☕ #JPype напряму з’єднує #Python із #Java, дозволяючи використовувати бібліотеки обох мов для наукових обчислень, тестування коду та інтеграції зі спадковими системами
    🔗 github.com/jpype-project/jpype

  2. So I just fought the weirdest bug in a while: lately #Ghidra provides a #Python scripting interface based on #Jpype (PyGhidra).

    I had this script where I thought I fixed a bug by referencing X.y.z instead of X.z. Except nothing changed, the buggy behavior is still there (the file output contains garbage).

    I add logging, the logs appear and show everything is fine.

    Add more logs, exceptions even (to stop at a specific state). They run and show all is fine.

    After I restart Ghidra the bug is gone.

    To be clear: there must be some kind of bytecode caching that affects my object reference but does not affect additional logging/exception throwing??

    Any ideas?
  3. Version 0.10.7a0 of just been released! This version requires Python 3.10+, newer versions and , and has several bug fixes. Read more about it here:

    ixora.io/blog/new-release-0107

    A new release of py5's plugin is coming next. Stay tuned!

  4. Maybe my happiness was premature :(

    After installing 1.5.1 it failed to start a JVM.
    #jpype #py5

  5. Great news! A new version of #jpype (used by #py5) is out and it fixes a problem with non-ascii paths that troubles countless of my students github.com/jpype-project/jpype
    I should update my Thonny portable package to get it!

  6. Any C++ sourcerer here? (I think it is a #CPP thing...) #jpype struggles with non-ASCII chars in the JDK path... github.com/jpype-project/jpype

  7. Cheers people, anyone into C++ #CPP would like to help both the #Python and #Java communities at once?

    I have this #jpype issue that affects many Portuguese-speaking users (and I bet, other international users) that have non-ascii chars in their folder names scattered through their OSs.... github.com/jpype-project/jpype

    This causes trouble for me personally because #py5 depends on jpype and my students have #ThonnyIDE frequently in a directory with non-ascii chars in its path, due to their usernames or on "Área de Trabalho" (desktop)... etc.

  8. I've been teaching #Processing for some time, now and again someone wants to work with #maps and #cartography and I revisit #unfoldingmaps unfoldingmaps.org/ (a #Java library) can anyone suggest something similar but for #Python?
    (I could try using the #py5 #jpype Java bridge but I'd rather learn new Python libraries).