#jython IRC Log (v0.9)

Index

IRC Log for 2015-02-12

Timestamps are in GMT/BST.

[0:07] <jimbaker> peke, yeah, i've been thinking exactly along these lines
[0:08] <jimbaker> if we can make a jython.exe, windows functionality goes up a lot
[0:11] <jimbaker> peke, i assume on windows, there's really not something that looks like os.exec (and the underlying system call) - so we just would use a subprocess to manage
[0:36] <peke> jimbaker: sounds good. only issue with subprocess is that pid of jython.exe is not the same as pid of the actual java process. same issue already with jython.(bat|sh) so definitely not a blocker.
[0:37] <peke> is your plan to have jython.exe in 2.7? i'd love that and am willing to help. but i do hope that's not a blocker for beta 4.
[1:03] * xemdetia (~xemdetia@pool-96-230-53-223.bstnma.fios.verizon.net) Quit (Ping timeout: 246 seconds)
[1:26] <jimbaker> peke, i think we are done with beta 4 at this point
[1:27] <jimbaker> fwierzbicki, now that stefan got his changes in for gc visibility, let's go ahead w/ another soft beta 4
[1:27] <jimbaker> and we can make it "hard" in a few days if no issues come up
[1:33] <jimbaker> peke, yes, i think we should have a jython.exe in 2.7.0. i guess the only way we can avoid the pid being different for windows is if we actually embed jython.jar in cpython, through jni. i believe that's how jpype does it. let's not do that
[2:21] <jimbaker> peke, what do you think of pyinstaller - it seems to be more current than py2exe, and has support for other targets (if we ever decide to support it)
[2:43] * teuchter (choochter@nat/ibm/session) has joined #jython
[2:52] * choochter (choochter@nat/ibm/x-yaxooaealmzihhiq) Quit (*.net *.split)
[7:49] * teuchter (choochter@nat/ibm/session) Quit (Changing host)
[7:49] * teuchter (choochter@nat/ibm/x-oizspvzjutucgddp) has joined #jython
[8:32] * mbooth (~mbooth@redhat/mbooth) Quit (Ping timeout: 255 seconds)
[9:11] * mbooth (~mbooth@31.185.158.162) has joined #jython
[9:11] * mbooth (~mbooth@31.185.158.162) Quit (Changing host)
[9:11] * mbooth (~mbooth@redhat/mbooth) has joined #jython
[9:15] * lheuer1 (~Adium@ip-95-223-113-182.hsi16.unitymediagroup.de) has joined #jython
[9:18] * Trundle (~andy@python/site-packages/trundle) has joined #jython
[9:32] * lheuer1 is now known as lheuer
[11:17] * mbooth_ (~mbooth@redhat/mbooth) has joined #jython
[11:20] * mbooth (~mbooth@redhat/mbooth) Quit (Ping timeout: 265 seconds)
[11:23] * sne (~sne@host-213-179-158-151.customer.m-online.net) has joined #jython
[11:23] * mbooth_ is now known as mbooth
[11:24] * Trundle (~andy@python/site-packages/trundle) Quit (Ping timeout: 244 seconds)
[11:28] * dustinm (~dustinm@105.ip-167-114-152.net) Quit (Read error: Connection reset by peer)
[11:33] * dustinm (~dustinm@105.ip-167-114-152.net) has joined #jython
[11:38] * Trundle (~andy@python/site-packages/trundle) has joined #jython
[13:35] <sne> d /quit
[13:35] * sne (~sne@host-213-179-158-151.customer.m-online.net) Quit (Quit: leaving)
[15:00] * xemdetia (~xemdetia@pool-96-230-53-83.bstnma.fios.verizon.net) has joined #jython
[15:04] * lheuer (~Adium@ip-95-223-113-182.hsi16.unitymediagroup.de) Quit (Quit: Leaving.)
[15:07] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[15:08] * xemdetia (~xemdetia@pool-96-230-53-83.bstnma.fios.verizon.net) Quit (Ping timeout: 265 seconds)
[15:24] * xemdetia (xemdetia@nat/ibm/x-njkjduqunyxqvkux) has joined #jython
[16:30] * pjenvey (pjenvey@underboss.org) Quit (Ping timeout: 265 seconds)
[16:30] * JythonLogBot (~PircBot@74.50.59.201) Quit (Ping timeout: 265 seconds)
[16:30] * JythonLogBot disconnected - trying to reconnect...
[16:30] -hitchcock.freenode.net- *** Looking up your hostname...
[16:30] -hitchcock.freenode.net- *** Checking Ident
[16:30] -hitchcock.freenode.net- *** Couldn't look up your hostname
[16:30] -hitchcock.freenode.net- *** No Ident response
[17:40] -leguin.freenode.net- *** Looking up your hostname...
[17:40] -leguin.freenode.net- *** Checking Ident
[17:40] -leguin.freenode.net- *** No Ident response
[17:40] -leguin.freenode.net- *** Couldn't look up your hostname
[17:40] * JythonLogBot (~PircBot@74.50.59.201) has joined #jython
[17:40] * 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/'
[17:40] * Set by agronholm!~agronholm@2001:1bc8:102:6f29:ed9d:3487:3941:d41a on Fri Aug 22 22:40:30 UTC 2014
[18:28] * mbooth (~mbooth@redhat/mbooth) Quit (Ping timeout: 252 seconds)
[20:24] <peke> peke: haven't heard about pyinstaller before so cannot really comment. i don't really have experience from py2exe either, though.
[20:26] <jimbaker> peke, np. i think the interesting advantage of pyinstaller is that it's cross platform. but for rc1, we will just do a win exe
[20:27] <jimbaker> so we will bin/jython.py, which will be cross platform; and a bin/jython.exe
[20:28] <jimbaker> bin/jython will normally be a shell script, but it could be a compiled executable in the future, possibly as part of the installer
[20:29] <jimbaker> bin/jython.py would normally be executed by cpython. maybe in the future, we might even combine with nailgun like functionality
[20:47] * Arfrever (~Arfrever@apache/committer/Arfrever) Quit (Ping timeout: 246 seconds)
[21:10] <fwierzbicki> jimbaker: cool, I'll put one together tonight
[21:11] <fwierzbicki> that's re: soft beta4 :)
[21:47] <jimbaker> so i could see a number of added steps in the installer 1) installed a binary executable if possible (always done on windows); 2) run ensurepip
[21:47] <jimbaker> fwierzbicki, thanks!
[23:04] * siel (~siel@unaffiliated/motley) Quit (Ping timeout: 252 seconds)
[23:19] * siel (~siel@unaffiliated/motley) has joined #jython
[23:29] * xemdetia (xemdetia@nat/ibm/x-njkjduqunyxqvkux) Quit (Ping timeout: 255 seconds)
[23:32] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)

Index

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