#jython IRC Log (v0.9)

Index

IRC Log for 2018-07-19

Timestamps are in GMT/BST.

[5:29] * nedbat (~nedbat@python/psf/nedbat) Quit (Ping timeout: 276 seconds)
[6:05] * nedbat (~nedbat@python/psf/nedbat) has joined #jython
[7:50] * lihi (~lihi@bzq-79-178-121-18.red.bezeqint.net) has left #jython
[12:31] * Cees (b07539f0@gateway/web/freenode/ip.176.117.57.240) has joined #jython
[12:32] <Cees> Good to see this channel isn't completely dead. Updates should contain a date. Jython.org said 2011 somewhere, the dev's blog said 2017 but referred to Maven, which says 2015. Only the post from 2017 inspires confidence in using Jython for a new project.
[12:38] <Cees> *reading logs* last week Angioletti_Luiz inquired about GPG in Jython. Google tells me that https://pythonhosted.org/python-gnupg/ (0.4.0, released Jan 29, 2017) was tested on Jython 2.5.1
[12:42] <Cees> alternatively, just call a GPG class in Java, and if that doesn't work in Jython for some reason, try a Java wrapper like https://www.py4j.org/ (last updated 30 April 2018) in CPython or whatever
[12:44] <Cees> If you just use Java for the JIT, perhaps PyPy or Numba will do. Static compilation of Python code can be done using Shed Skin, Nuitka, RPython, or Cython.
[13:59] * Panzerboy (5bc38e01@gateway/web/freenode/ip.91.195.142.1) has joined #jython
[13:59] <Panzerboy> Hi everybody
[13:59] <Panzerboy> I have a question
[14:00] <Panzerboy> Is it possible from a python script to access the public static final fields of an interface?
[14:00] <Panzerboy> When I'm trying, I'm getting something like this:
[14:01] <Panzerboy> AttributeError: type object 'org.apache.poi.ss.usermodel.ClientAnchor' has no attribute 'MOVE_DONT_RESIZE'
[14:01] <Panzerboy> But ClientAnchor has such a field
[14:01] <Panzerboy> And I'm importing it in the beginning of the script
[14:01] <Panzerboy> from org.apache.poi.ss.usermodel import ClientAnchor
[14:51] * Panzerboy (5bc38e01@gateway/web/freenode/ip.91.195.142.1) Quit (Quit: Page closed)
[15:06] * Renari (~Renari@75.97.175.72.res-cmts.bgr.ptd.net) Quit (Ping timeout: 244 seconds)
[15:09] * Renari (~Renari@75.97.175.72.res-cmts.bgr.ptd.net) has joined #jython
[16:48] * Cees (b07539f0@gateway/web/freenode/ip.176.117.57.240) Quit (Ping timeout: 252 seconds)
[18:54] * plankton (~plankton@187.60.216.179) has joined #jython
[18:54] * plankton (~plankton@187.60.216.179) Quit (Client Quit)

Index

These logs were automatically created by JythonLogBot_ on irc.freenode.net using a slightly modified version of the Java IRC LogBot (github).