#jython IRC Log (v0.9)

Index

IRC Log for 2015-01-05

Timestamps are in GMT/BST.

[0:05] * wovenhead (~wovenhead@pool-71-171-48-137.ronkva.east.verizon.net) Quit (Remote host closed the connection)
[0:33] * Arfrever (~Arfrever@apache/committer/Arfrever) Quit (Ping timeout: 240 seconds)
[0:37] * wovenhead (~wovenhead@pool-71-171-48-137.ronkva.east.verizon.net) has joined #jython
[0:41] * wovenhead (~wovenhead@pool-71-171-48-137.ronkva.east.verizon.net) Quit (Ping timeout: 244 seconds)
[2:08] * AndyBotwin (~botwin@unaffiliated/andybotwin) Quit (Remote host closed the connection)
[2:15] * wovenhead (~wovenhead@pool-71-171-48-137.ronkva.east.verizon.net) has joined #jython
[5:53] * wovenhead (~wovenhead@pool-71-171-48-137.ronkva.east.verizon.net) Quit ()
[9:42] * mbooth (~mbooth@redhat/mbooth) has joined #jython
[11:39] * JythonLogBot disconnected - trying to reconnect...
[11:39] -asimov.freenode.net- *** Looking up your hostname...
[11:39] -asimov.freenode.net- *** Checking Ident
[11:39] -asimov.freenode.net- *** No Ident response
[11:39] -asimov.freenode.net- *** Couldn't look up your hostname
[12:34] -card.freenode.net- *** Looking up your hostname...
[12:34] -card.freenode.net- *** Checking Ident
[12:34] -card.freenode.net- *** No Ident response
[12:34] -card.freenode.net- *** Couldn't look up your hostname
[12:34] * JythonLogBot (~PircBot@74.50.59.201) has joined #jython
[12:34] * Topic is 'Try Jython 2.7b3 at http://tinyurl.com/p2kmxod | This channel is logged: http://jython.extreme.st/irclogs/ | Please update the wiki: http://wiki.python.org/jython | Jython Book: http://jythonbook.com | Podcast: http://jython.org/jythonpodcast/'
[12:34] * Set by agronholm!~agronholm@2001:1bc8:102:6f29:ed9d:3487:3941:d41a on Fri Aug 22 22:40:30 UTC 2014
[12:42] * paolo_ is now known as paolo
[12:42] * paolo (~paolo@2a03:8180:1001:b2:25::12c) Quit (Changing host)
[12:42] * paolo (~paolo@unaffiliated/paolo) has joined #jython
[14:20] * xemdetia (xemdetia@nat/ibm/x-cokncgnzoruoyddz) has joined #jython
[15:11] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[16:30] * jorgew_ is now known as jorgew
[17:26] <jimbaker> so i believe all work necessary for a beta 4 has been now completed, now that wildcard imports on java 8 (for some classes, basically those compiled using java 8 functionality like rt.jar) are working
[17:27] <jimbaker> fwierzbicki, when you have a chance, we should put out a soft beta 4
[17:28] <jimbaker> there's still some work to add, but i believe it will be just that - additive. stuff like pid support that peke has waiting to be reviewed and committed
[17:36] <fwierzbicki> jimbaker: great! I'll see about getting that going today sometime
[18:12] * chrisseaton (sid38584@gateway/web/irccloud.com/x-elrgugjxozzdcpma) Quit (Read error: Connection reset by peer)
[18:12] * Rondom (~rondom@nonmodosedetiam.net) Quit (Remote host closed the connection)
[18:14] * Rondom (~rondom@nonmodosedetiam.net) has joined #jython
[18:14] * paolo (~paolo@unaffiliated/paolo) Quit (Ping timeout: 265 seconds)
[18:15] * siel (~siel@unaffiliated/motley) Quit (Ping timeout: 265 seconds)
[18:16] * chrisseaton (sid38584@gateway/web/irccloud.com/session) has joined #jython
[18:16] * chrisseaton (sid38584@gateway/web/irccloud.com/session) Quit (Changing host)
[18:16] * chrisseaton (sid38584@gateway/web/irccloud.com/x-cspsjyssoohjrlas) has joined #jython
[18:17] * paolo (~paolo@2a03:8180:1001:b2:25::12c) has joined #jython
[18:17] * paolo (~paolo@2a03:8180:1001:b2:25::12c) Quit (Changing host)
[18:17] * paolo (~paolo@unaffiliated/paolo) has joined #jython
[18:28] * siel (~siel@2605:6400:10:c07c:4231:4321:2341:2031) has joined #jython
[18:28] * siel (~siel@2605:6400:10:c07c:4231:4321:2341:2031) Quit (Changing host)
[18:28] * siel (~siel@unaffiliated/motley) has joined #jython
[21:16] * offbyone_aside (uid910@gateway/web/irccloud.com/x-znspmrojqczmufgv) has joined #jython
[21:16] <offbyone_aside> Hey, all; is there any chance anyone has a fix in place for http://bugs.jython.org/issue2232 ?
[21:17] <offbyone_aside> I just ran into it in exactly the same context -- trying to build and install characteristic -- which to the best of my knowledge *should* be valid Jython there.
[21:24] * xemdetia (xemdetia@nat/ibm/x-cokncgnzoruoyddz) Quit (Ping timeout: 245 seconds)
[22:11] * RaphGro (~RaphaelG@fedora/raphgro) has joined #jython
[22:11] <RaphGro> hi
[22:11] <RaphGro> what is the right way to import a module with PythonInterpreter java class?
[22:12] <RaphGro> it's my own module
[22:12] <agronholm> RaphGro: imp.load("your.module")
[22:13] <agronholm> imp being org.python.core.imp
[22:17] <RaphGro> well. so all those howtos are misleading
[22:19] <RaphGro> agronholm, cool
[22:19] <agronholm> what do you mean
[22:20] <RaphGro> fiddling with sys.path
[22:20] <RaphGro> or classpath
[22:20] <agronholm> that's required so your modules can be imported
[22:20] <RaphGro> where does imp search for the module?
[22:20] <agronholm> on sys.path and the class path
[22:20] <agronholm> and JYTHONPATH
[22:21] <RaphGro> well, I suspect that does not work in my configuration
[22:21] <agronholm> how so
[22:21] <RaphGro> dunno
[22:21] <agronholm> ?
[22:21] <RaphGro> !
[22:22] <RaphGro> I tried with pythonInterpreter.exec("import your.module")
[22:22] <RaphGro> wrong?
[22:45] <RaphGro> agronholm, I get java.lang.NullPointerException for imp.load("your.module")
[22:46] <agronholm> RaphGro: have you already done PySystemState.initialize()?
[22:47] * xemdetia (xemdetia@nat/ibm/x-ofvrzxzyoekeuobo) has joined #jython
[22:48] <RaphGro> now org.python.core.Py.ImportError
[22:48] <RaphGro> ImportError: no module named backend.Test
[22:49] <RaphGro> backend is a folder with Test.py and __init__.py
[22:50] <RaphGro> it is in unittests/src
[22:51] <RaphGro> I have marked unittests/src as source folder
[22:51] <RaphGro> is that enough to have it in the classpath?
[22:52] <agronholm> it should be
[22:57] <RaphGro> I think there's a bug
[23:11] * RaphGro (~RaphaelG@fedora/raphgro) Quit (Remote host closed the connection)
[23:16] <agronholm> I can import my stuff just fine
[23:47] * xemdetia (xemdetia@nat/ibm/x-ofvrzxzyoekeuobo) Quit (Ping timeout: 245 seconds)

Index

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