#jython IRC Log (v0.9)

Index

IRC Log for 2014-02-23

Timestamps are in GMT/BST.

[0:00] * JStoker (jstoker@unaffiliated/jstoker) Quit (*.net *.split)
[0:00] * lopex (uid4272@gateway/web/irccloud.com/x-acyiqfwokltdfgam) Quit (*.net *.split)
[1:37] * lheuer (~Adium@unaffiliated/lheuer) Quit (Ping timeout: 252 seconds)
[1:37] * JStoker (jstoker@unaffiliated/jstoker) has joined #jython
[1:37] * lopex (uid4272@gateway/web/irccloud.com/x-acyiqfwokltdfgam) has joined #jython
[2:16] * sinistersnare (~sinisters@pool-108-28-93-153.washdc.fios.verizon.net) Quit (Ping timeout: 272 seconds)
[2:18] * shashank (~shashank@208.91.2.2) Quit (Ping timeout: 272 seconds)
[2:19] * shashank (~shashank@208.91.2.2) has joined #jython
[4:12] * sinistersnare (~sinisters@pool-108-28-93-153.washdc.fios.verizon.net) has joined #jython
[4:50] * whg (whg@nat/ibm/x-mmdhxheptdmwwpmr) Quit (Write error: Broken pipe)
[4:57] * JStoker (jstoker@unaffiliated/jstoker) Quit (*.net *.split)
[4:57] * lopex (uid4272@gateway/web/irccloud.com/x-acyiqfwokltdfgam) Quit (*.net *.split)
[5:09] * JStoker (jstoker@unaffiliated/jstoker) has joined #jython
[5:09] * lopex (uid4272@gateway/web/irccloud.com/x-acyiqfwokltdfgam) has joined #jython
[5:13] * sinistersnare (~sinisters@pool-108-28-93-153.washdc.fios.verizon.net) Quit (*.net *.split)
[5:13] * jimbaker (~jbaker@unaffiliated/jimbaker) Quit (*.net *.split)
[5:28] * sinistersnare (~sinisters@pool-108-28-93-153.washdc.fios.verizon.net) has joined #jython
[5:28] * jimbaker (~jbaker@unaffiliated/jimbaker) has joined #jython
[5:51] * diametric (~diametric@2604:3400:dc1:43:216:3eff:fe27:bf9d) has joined #jython
[5:52] * whg (whg@nat/ibm/session) has joined #jython
[5:54] * whg (whg@nat/ibm/session) Quit (Changing host)
[5:54] * whg (whg@unaffiliated/whg) has joined #jython
[6:57] * shashank (~shashank@208.91.2.2) Quit (Ping timeout: 264 seconds)
[7:10] * shashank (~shashank@208.91.2.2) has joined #jython
[7:26] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[8:25] * lheuer (~Adium@unaffiliated/lheuer) Quit (Read error: Connection reset by peer)
[8:31] * whg (whg@unaffiliated/whg) Quit (Changing host)
[8:31] * whg (whg@nat/ibm/x-ifmxhhotyiqpqina) has joined #jython
[8:43] * lazybear (~lazybear@radium.atom.fi) has joined #jython
[8:50] * Arfrever (~Arfrever@apache/committer/Arfrever) has joined #jython
[9:09] * [Arfreve1] (~Arfrever@minotaur.apache.org) Quit (Quit: leaving)
[9:11] * [Arfrever] (~Arfrever@apache/committer/Arfrever) has joined #jython
[9:14] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[9:20] * sidrero (~sidrero@80-218-33-57.dclient.hispeed.ch) has joined #jython
[10:30] <sidrero> anybody any idea on how to convert a java array Object[][] including null values to a PyList of PyLists?
[10:30] <sidrero> everything works perfectly if no nulls, but does not work if some nulls on the Obejct[][]
[10:31] <agronholm> nulls should be converted to PyNone
[10:31] <agronholm> or whatever it was called
[10:42] * oscar_toro (~Thunderbi@80-62-162-242-static.dk.customer.tdc.net) has joined #jython
[11:01] <sidrero> yes, I tried that, does not work well
[11:01] <sidrero> If I try to print the list with tostring, it gives an error
[11:01] <sidrero> if I update my gui, all values after the null dissapear
[11:02] <agronholm> can you give me a small java class where you do this and which fails?
[11:03] <agronholm> might take you a while to produce that but it'd be so much easier to help you then
[11:36] * [Arfreve1] (~Arfrever@minotaur.apache.org) has joined #jython
[11:40] * oscar_toro1 (~Thunderbi@80-62-162-242-static.dk.customer.tdc.net) has joined #jython
[11:43] * jimbaker` (~jbaker@c-75-71-81-32.hsd1.co.comcast.net) has joined #jython
[11:44] * oscar_toro (~Thunderbi@80-62-162-242-static.dk.customer.tdc.net) Quit (*.net *.split)
[11:44] * [Arfrever] (~Arfrever@apache/committer/Arfrever) Quit (*.net *.split)
[11:44] * sinistersnare (~sinisters@pool-108-28-93-153.washdc.fios.verizon.net) Quit (*.net *.split)
[11:44] * jimbaker (~jbaker@unaffiliated/jimbaker) Quit (*.net *.split)
[11:44] * whg (whg@nat/ibm/x-ifmxhhotyiqpqina) Quit (*.net *.split)
[11:44] * diametric (~diametric@2604:3400:dc1:43:216:3eff:fe27:bf9d) Quit (*.net *.split)
[11:48] <sidrero> agronholm, I already have the example, where or how could I send it to you?
[11:49] * sinistersnare (~sinisters@pool-108-28-93-153.washdc.fios.verizon.net) has joined #jython
[11:51] <sidrero> there is one example here:
[11:51] <sidrero> https://gist.github.com/anonymous/9143580
[11:51] <sidrero> I have been trying more things, let me put another one
[11:55] <sidrero> Here is more
[11:55] <sidrero> https://gist.github.com/anonymous/9170404
[11:56] <sidrero> I would very much appreciate any help
[12:05] * diametric (~diametric@2604:3400:dc1:43:216:3eff:fe27:bf9d) has joined #jython
[12:05] * whg (whg@nat/ibm/x-ifmxhhotyiqpqina) has joined #jython
[12:10] * agronholm (~agronholm@2001:1bc8:102:6f29:397a:3fd6:e71c:bba8) Quit (Ping timeout: 264 seconds)
[12:15] * agronholm (~agronholm@2001:1bc8:102:6f29:892f:9227:e4e7:b523) has joined #jython
[12:15] * ChanServ sets mode +o agronholm
[12:19] <sidrero> have you seen my links agronholm? or should I paste them again?
[14:00] * sidrero (~sidrero@80-218-33-57.dclient.hispeed.ch) Quit (Ping timeout: 252 seconds)
[14:06] * topi`_ is now known as topi`
[14:06] * oscar_toro1 (~Thunderbi@80-62-162-242-static.dk.customer.tdc.net) Quit (Ping timeout: 246 seconds)
[14:27] * JStoker (jstoker@unaffiliated/jstoker) Quit (Excess Flood)
[14:28] * JStoker (jstoker@unaffiliated/jstoker) has joined #jython
[15:48] * sidrero (~sidrero@80-218-33-57.dclient.hispeed.ch) has joined #jython
[16:10] * sidrero (~sidrero@80-218-33-57.dclient.hispeed.ch) Quit ()
[17:41] * sidrero (~sidrero@80-218-33-57.dclient.hispeed.ch) has joined #jython
[19:24] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[19:43] * zimmermann (~user@178-24-50-233-dynip.superkabel.de) has joined #jython
[19:46] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[19:47] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Client Quit)
[19:51] * JStoker (jstoker@unaffiliated/jstoker) Quit (Excess Flood)
[19:52] * lopex (uid4272@gateway/web/irccloud.com/x-acyiqfwokltdfgam) Quit (Ping timeout: 330 seconds)
[19:53] * lopex_ (uid4272@gateway/web/irccloud.com/x-vxldcdymchsdtqbl) has joined #jython
[19:54] * lopex_ is now known as lopex
[19:54] * JStoker (jstoker@unaffiliated/jstoker) has joined #jython
[20:49] * oscar_toro (~Thunderbi@80-62-162-242-static.dk.customer.tdc.net) has joined #jython
[21:25] * Bomber (~Bomber@bre01-1-89-88-234-196.dsl.sta.abo.bbox.fr) has joined #jython
[21:27] * Bomber (~Bomber@bre01-1-89-88-234-196.dsl.sta.abo.bbox.fr) Quit (Client Quit)
[22:03] * sidrero (~sidrero@80-218-33-57.dclient.hispeed.ch) Quit ()
[22:23] * r0bby (~wakawaka@guifications/user/r0bby) has joined #jython
[22:24] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 264 seconds)
[23:20] * lheuer (~Adium@unaffiliated/lheuer) Quit (Quit: Leaving.)
[23:23] * oscar_toro (~Thunderbi@80-62-162-242-static.dk.customer.tdc.net) Quit (Ping timeout: 264 seconds)

Index

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