#jython IRC Log (v0.9)

Index

IRC Log for 2010-12-09

Timestamps are in GMT/BST.

[0:23] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Read error: Connection reset by peer)
[0:25] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[0:32] * diegao (~diegao@189.83.171.251) has joined #jython
[0:33] * diegao (~diegao@189.83.171.251) Quit (Remote host closed the connection)
[0:47] * diegao (~diegao@189.83.171.251) has joined #jython
[0:50] * enebo (~enebo@184-97-205-152.mpls.qwest.net) Quit (Quit: enebo)
[1:02] * adiroiban (~adiroiban@h194-54-129-79.teleson.ro) has joined #jython
[1:32] * lucian (~lucian@78-86-217-168.zone2.bethere.co.uk) Quit (Remote host closed the connection)
[1:36] * lopex (lopex@89-76-44-27.dynamic.chello.pl) Quit ()
[2:27] * headius (~headius@216.160.3.79) Quit (Quit: headius)
[2:33] * jimbaker (~jimbaker@64.134.159.152) has joined #jython
[3:15] * diegao (~diegao@189.83.171.251) Quit (Quit: ...)
[3:41] * jimbaker (~jimbaker@64.134.159.152) Quit (Quit: jimbaker)
[4:20] * stakkars (~tismer@77-21-85-35-dynip.superkabel.de) Quit (Quit: schnarch)
[4:22] * stakkars (~tismer@77-21-85-35-dynip.superkabel.de) has joined #jython
[4:31] * stakkars (~tismer@77-21-85-35-dynip.superkabel.de) Quit (Quit: schnarch)
[4:48] * jimbaker (~jimbaker@c-24-8-39-78.hsd1.co.comcast.net) has joined #jython
[4:53] * adiroiban (~adiroiban@h194-54-129-79.teleson.ro) Quit (Ping timeout: 260 seconds)
[5:49] * shanka (~shashank@c-98-245-87-8.hsd1.co.comcast.net) Quit (Quit: Leaving.)
[5:51] * jimbaker (~jimbaker@c-24-8-39-78.hsd1.co.comcast.net) Quit (Quit: jimbaker)
[6:11] * thobe (~Adium@212-162-171-110.skbbip.com) has joined #jython
[7:11] * Soteric_ (d5f7da92@gateway/web/freenode/ip.213.247.218.146) has joined #jython
[7:22] * shanka (~shashank@c-98-245-87-8.hsd1.co.comcast.net) has joined #jython
[8:08] * Oti (5390f2dc@gateway/web/freenode/ip.83.144.242.220) has joined #jython
[8:08] * jabley (~jabley@87-84-49-84.absolutely2.mezzonet.net) has joined #jython
[8:08] * ohumbel (5390f2dc@gateway/web/freenode/ip.83.144.242.220) Quit (Quit: Page closed)
[8:11] * njoyce (~njoyce@124-150-103-210.dyn.iinet.net.au) Quit (Ping timeout: 250 seconds)
[8:17] * ohumbel (5390f2dc@gateway/web/freenode/ip.83.144.242.220) has joined #jython
[8:41] * gqlewis (~gqlewis@h242.94.82.166.dynamic.ip.windstream.net) has joined #jython
[8:48] * adiroiban (~adiroiban@h194-54-129-79.teleson.ro) has joined #jython
[9:08] * jabley_ (~jabley@87-84-49-84.absolutely2.mezzonet.net) has joined #jython
[9:10] * jabley (~jabley@87-84-49-84.absolutely2.mezzonet.net) Quit (Ping timeout: 255 seconds)
[9:10] * jabley_ is now known as jabley
[9:31] * lucian (~lucian@78-86-217-168.zone2.bethere.co.uk) has joined #jython
[9:33] * njoyce (~njoyce@203-214-88-126.dyn.iinet.net.au) has joined #jython
[9:38] * adiroiban (~adiroiban@h194-54-129-79.teleson.ro) Quit (Quit: adiroiban)
[9:38] * adiroiban (~adiroiban@h194-54-129-79.teleson.ro) has joined #jython
[9:42] * adiroiban (~adiroiban@h194-54-129-79.teleson.ro) has left #jython
[10:49] * stakkars (~tismer@77-21-85-35-dynip.superkabel.de) has joined #jython
[11:33] * njoyce (~njoyce@203-214-88-126.dyn.iinet.net.au) Quit (Quit: Leaving...)
[11:37] * shanka (~shashank@c-98-245-87-8.hsd1.co.comcast.net) Quit (Ping timeout: 265 seconds)
[12:12] * juneau001 (~juneau@131.225.24.184) has joined #jython
[13:19] * lucian (~lucian@78-86-217-168.zone2.bethere.co.uk) Quit (Remote host closed the connection)
[13:49] * agronholm (~demigod@nblzone-211-37.nblnetworks.fi) Quit (Ping timeout: 250 seconds)
[14:00] * agronholm (~demigod@nblzone-211-37.nblnetworks.fi) has joined #jython
[14:00] * mdemi (~msdemlei@victor.ari.uni-heidelberg.de) has joined #jython
[14:05] <mdemi> Hi -- On jython 2.5.2rc2, is "import readline" supposed to work? I'm asking since it says "Cannot access JLineConsole" and it's not immediately obvious why it should be doing that...
[14:09] * gqlewis (~gqlewis@h242.94.82.166.dynamic.ip.windstream.net) Quit (Quit: gqlewis)
[14:15] * jimbaker (~jimbaker@c-24-8-39-78.hsd1.co.comcast.net) has joined #jython
[14:36] * jabley (~jabley@87-84-49-84.absolutely2.mezzonet.net) Quit (Quit: jabley)
[14:36] * enebo (~enebo@184-97-205-152.mpls.qwest.net) has joined #jython
[14:37] <pr3d4t0r> mdemi: Did you: import javax.swing.JLineConsole (or whatever package it's in) first?
[14:37] <pr3d4t0r> mdemi: You probably need to do something like:
[14:37] <pr3d4t0r> mdemi: Did you: import javax.swing.JLineConsole as JLineConsole
[14:40] * enebo (~enebo@184-97-205-152.mpls.qwest.net) Quit (Client Quit)
[14:42] <mdemi> pr3d: Oh, this is a swing thing?
[14:47] <mdemi> Ok, I retract and give an all-clear: ./jython -c "import readline" works fine; the reason for my trouble appears to be a classpath issue in a standalone jython.
[14:47] <mdemi> Sorry for the noise.
[15:38] * enebo (~enebo@70-89-202-123-invergrove-mn.hfc.comcastbusiness.net) has joined #jython
[15:39] <mdemi> Hm. Then again, maybe I'd appreciate a hint. I'm basically using the Main.java hack from http://wiki.python.org/jython/JythonFaq/DistributingJythonScripts -- and that appears to kill JLineConsole. Does that make sense?
[15:39] * diegao (~diegao@189.12.5.66) has joined #jython
[15:43] <Soteric_> do you mean you get error on line "import readline"?
[15:43] <mdemi> Right.
[15:47] <mdemi> My theory is that by using PythonInterpreter, jython decides it's non-interactive and therefore doesn't create an InteractiveConsole.
[15:47] <mdemi> (Or JLineConsole).
[15:53] <agronholm> mdemi: are you aware of the interactive mode bug present in 2.5.2rc2?
[15:53] <mdemi> I am not...
[15:53] <agronholm> that is one of the main reasons 2.5.2 is not final yet
[15:54] <agronholm> it's been talked about quite a lot on this channel and on the mailing list too iirc
[15:54] * juneau001 (~juneau@131.225.24.184) Quit (Quit: juneau001)
[15:55] <agronholm> it's a regression introduced in rc2
[15:55] <agronholm> as a result of another bugfix iirc
[15:56] <mdemi> Hm -- I can't seem to find info on the -dev list, and google is quiet, too...
[16:00] <jimbaker> mdemi: the problem is probably that too many of the jython developers are too busy right now. (at least that's my case.)
[16:02] * diegao (~diegao@189.12.5.66) Quit (Ping timeout: 240 seconds)
[16:02] * Soteric_ (d5f7da92@gateway/web/freenode/ip.213.247.218.146) Quit (Quit: Page closed)
[16:03] <jimbaker> we will get around to it. but it's just part of the reality that we all work on jython in our free time
[16:04] <mdemi> I sure didn't mean to complain.
[16:05] <mdemi> I'll try to go back to rc1 and try libreadline-java.
[16:05] * diegao (~diegao@189.12.5.66) has joined #jython
[16:25] * Oti (5390f2dc@gateway/web/freenode/ip.83.144.242.220) Quit (Quit: Page closed)
[16:35] * headius (~headius@216.160.3.79) has joined #jython
[16:36] * mdemi (~msdemlei@victor.ari.uni-heidelberg.de) has left #jython
[16:37] * lopex (lopex@89-76-44-27.dynamic.chello.pl) has joined #jython
[16:38] * thobe (~Adium@212-162-171-110.skbbip.com) Quit (Quit: Leaving.)
[16:45] * enebo (~enebo@70-89-202-123-invergrove-mn.hfc.comcastbusiness.net) Quit (Quit: enebo)
[16:46] * enebo (~enebo@70-89-202-123-invergrove-mn.hfc.comcastbusiness.net) has joined #jython
[17:04] * shanka (~shashank@c-98-245-87-8.hsd1.co.comcast.net) has joined #jython
[17:22] * stakkars (~tismer@77-21-85-35-dynip.superkabel.de) Quit (Remote host closed the connection)
[17:25] * stakkars (~tismer@77-21-85-35-dynip.superkabel.de) has joined #jython
[17:43] * stakkars (~tismer@77-21-85-35-dynip.superkabel.de) Quit (Quit: stakkars)
[17:46] * stakkars (~tismer@77-21-85-35-dynip.superkabel.de) has joined #jython
[17:48] * shanka (~shashank@c-98-245-87-8.hsd1.co.comcast.net) Quit (Ping timeout: 276 seconds)
[18:43] * diegao (~diegao@189.12.5.66) Quit (Remote host closed the connection)
[19:00] * jabley (~jabley@cpc1-farn4-0-0-cust318.6-2.cable.virginmedia.com) has joined #jython
[19:24] * stakkars (~tismer@77-21-85-35-dynip.superkabel.de) Quit (Remote host closed the connection)
[19:28] * stakkars (~tismer@77-21-85-35-dynip.superkabel.de) has joined #jython
[19:41] * shanka (~shashank@c-98-245-87-8.hsd1.co.comcast.net) has joined #jython
[19:43] * verterok (~ggonzalez@190.188.244.241) has joined #jython
[19:43] * verterok (~ggonzalez@190.188.244.241) Quit (Changing host)
[19:43] * verterok (~ggonzalez@unaffiliated/verterok) has joined #jython
[20:01] * njoyce (~njoyce@124-150-101-166.dyn.iinet.net.au) has joined #jython
[21:12] * Oti (~ohumbel@adsl-89-217-2-196.adslplus.ch) has joined #jython
[21:14] * diegao (~diegao@189.12.5.66) has joined #jython
[21:29] * stakkars (~tismer@77-21-85-35-dynip.superkabel.de) Quit (Quit: stakkars)
[21:33] * stakkars (~tismer@77-21-85-35-dynip.superkabel.de) has joined #jython
[22:30] * enebo (~enebo@70-89-202-123-invergrove-mn.hfc.comcastbusiness.net) Quit (Read error: Connection reset by peer)
[22:31] * enebo (~enebo@70-89-202-123-invergrove-mn.hfc.comcastbusiness.net) has joined #jython
[22:48] * jimbaker (~jimbaker@c-24-8-39-78.hsd1.co.comcast.net) Quit (Quit: jimbaker)
[23:10] * jimbaker (~jimbaker@184-96-38-253.hlrn.qwest.net) has joined #jython
[23:39] * enebo (~enebo@70-89-202-123-invergrove-mn.hfc.comcastbusiness.net) Quit (Quit: enebo)
[23:41] * headius (~headius@216.160.3.79) Quit (Quit: headius)

Index

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