#jython IRC Log (v0.9)

Index

IRC Log for 2015-11-13

Timestamps are in GMT/BST.

[1:21] * fwierzbicki (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) Quit (Ping timeout: 276 seconds)
[2:36] * cyraxjoe (~joe@CableLink205-241.telefonia.InterCable.net) Quit (Ping timeout: 264 seconds)
[2:37] * binarybi1me (~binarybit@162.243.21.247) Quit (*.net *.split)
[2:38] * cyraxjoe (~joe@CableLink205-241.telefonia.InterCable.net) has joined #jython
[2:42] * binarybi1me (~binarybit@162.243.21.247) has joined #jython
[2:44] * binarybi1me (~binarybit@162.243.21.247) Quit (Ping timeout: 264 seconds)
[2:44] * binarybitme (~binarybit@162.243.21.247) has joined #jython
[3:00] * xemdetia (xemdetia@nat/ibm/x-mzbcrcufncnnvhjs) Quit (Ping timeout: 252 seconds)
[8:55] * tchaypo (sid51476@gateway/web/irccloud.com/x-tdnykbuelfpliidy) Quit (Disconnected by services)
[11:17] * agronholm (~agronholm@2001:1bc8:102:6f29:75cd:7a94:9d71:7c3e) Quit (Ping timeout: 240 seconds)
[11:21] * agronholm (~agronholm@2001:1bc8:102:6f29:49cb:d7f8:1637:dd28) has joined #jython
[11:21] * ChanServ sets mode +o agronholm
[13:52] * TomA (44202edf@gateway/web/freenode/ip.68.32.46.223) Quit (Quit: Page closed)
[14:06] * TomA (44202edf@gateway/web/freenode/ip.68.32.46.223) has joined #jython
[14:47] * xemdetia (xemdetia@nat/ibm/x-dsbxdqtogjgyjiiq) has joined #jython
[15:05] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Quit: Konversation terminated!)
[16:52] * fwierzbicki (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) has joined #jython
[17:04] <jimbaker> nickmbailey, i think i understand the problem - just trying to work out the exact connect_ex semantics for cpython. but i have nearly complete control to replicate, thanks to netty
[17:49] <nickmbailey> jimbaker: awesome
[17:49] <nickmbailey> i know TomA and dhable would love to get a patch in and start working off that
[17:50] <TomA> That's awesome to hear!
[18:35] * wesclemens (~wesclemen@c-67-175-165-128.hsd1.il.comcast.net) has joined #jython
[18:43] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[19:13] * wesclemens (~wesclemen@c-67-175-165-128.hsd1.il.comcast.net) Quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz???)
[19:24] * wesclemens (~wesclemen@c-67-175-165-128.hsd1.il.comcast.net) has joined #jython
[20:19] * wesclemens (~wesclemen@c-67-175-165-128.hsd1.il.comcast.net) Quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz???)
[20:21] * wesclemens (~wesclemen@c-67-175-165-128.hsd1.il.comcast.net) has joined #jython
[21:15] <jimbaker> nickmbailey, TomA - ok, looks like i have a working fix, plus it improves the performance of an existing test that has been flaky since the socket-reboot work (test_select_new)
[21:20] <TomA> Great news! How can we get our hands on it? :)
[21:21] * ProphetDaniel (c88cc73f@gateway/web/freenode/ip.200.140.199.63) has joined #jython
[21:21] <ProphetDaniel> I have a problem http://stackoverflow.com/questions/33631652/converting-to-jython-a-python-3-5-project-unicodedecodeerror-unicodeescape
[21:22] <ProphetDaniel> Basically the problem I'm facing is:
[21:22] <ProphetDaniel> I have a Python 3.5 project
[21:22] <ProphetDaniel> I want to add Java code to it.
[21:22] <ProphetDaniel> So natural solution is Jython 2.7
[21:23] <ProphetDaniel> I downgraded from Python 3.5 to Python 2.7 with future pasteurize.
[21:23] <ProphetDaniel> Then I tested OK with Python 2.7
[21:24] <ProphetDaniel> I tought it would be straigth forward then switching to Jython 2.7. Unfortunately it wasn't...
[21:29] <agronholm> ProphetDaniel: yeah..not
[21:29] <agronholm> ProphetDaniel: may I ask what you'll be using java code for?
[21:30] <ProphetDaniel> Sure
[21:30] <ProphetDaniel> I have a library written in java
[21:32] <agronholm> go on
[21:32] <ProphetDaniel> It's called XChange
[21:32] <agronholm> yes?
[21:32] <ProphetDaniel> It has several bitcoin exchanges API's
[21:33] <ProphetDaniel> And I want to observe the market through python language scripting
[21:33] <agronholm> do you want to embed java into a python app or vice versa?
[21:33] <ProphetDaniel> As XChange library is updated frequently.
[21:34] <ProphetDaniel> That's it. I want to embed java into a python app.
[21:34] <agronholm> have you considered using py4j for that?
[21:34] <ProphetDaniel> I have never heard about that.
[21:34] <agronholm> you can use java libraries directly from python 3.5 using py4j
[21:35] <ProphetDaniel> It just looks better than Jython actually
[21:35] <agronholm> jython has a few niche use cases
[21:36] <agronholm> usually for embedding python in a mainly java app as a scripting language
[21:37] <ProphetDaniel> I work with Eclipse
[21:37] <ProphetDaniel> Is it possible to integrate py4j in Eclipse?
[21:39] <ProphetDaniel> I saw it's possible. Thank you @agronholm Your help was extremely helpful.
[21:41] <agronholm> ProphetDaniel: integrate how?
[21:44] <ProphetDaniel> Debugging in Eclipse
[21:53] * ProphetDaniel (c88cc73f@gateway/web/freenode/ip.200.140.199.63) Quit (Quit: Page closed)
[21:54] * wesclemens (~wesclemen@c-67-175-165-128.hsd1.il.comcast.net) Quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz???)
[21:58] * chrisseaton (sid38584@gateway/web/irccloud.com/x-zezynvjtiisirvxq) has left #jython
[22:10] <jimbaker> TomA, nickmbailey - I have to write a proper test before i can add
[22:10] <jimbaker> but you can try it out
[22:10] <jimbaker> https://gist.github.com/jimbaker/72a44fd7c54d26bcc4b0
[22:12] <jimbaker> if you haven't built jython - just clone https://github.com/jythontools/jython; use java 7; ant all-jars will build an installer jar
[22:12] <jimbaker> various other builds are possible, but this is probably the easiest
[22:13] <jimbaker> in any event it will be in the release candidate, which is almost ready to go!
[22:14] * wesclemens (~wesclemen@c-67-175-165-128.hsd1.il.comcast.net) has joined #jython
[22:17] * AndyBotwin (~Gustavo@unaffiliated/andybotwin) has joined #jython
[22:19] * TomA (44202edf@gateway/web/freenode/ip.68.32.46.223) Quit (Ping timeout: 246 seconds)
[22:37] * eatkin (~eatkin@166.70.212.121) Quit (Quit: ZNC - http://znc.in)
[22:40] * eatkin (~eatkin@166.70.212.121) has joined #jython
[23:14] * wesclemens (~wesclemen@c-67-175-165-128.hsd1.il.comcast.net) Quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz???)
[23:17] * wesclemens (~wesclemen@c-67-175-165-128.hsd1.il.comcast.net) has joined #jython
[23:53] * wesclemens (~wesclemen@c-67-175-165-128.hsd1.il.comcast.net) Quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz???)

Index

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