#jython IRC Log (v0.9)

Index

IRC Log for 2013-05-22

Timestamps are in GMT/BST.

[1:08] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Read error: Connection reset by peer)
[1:08] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[1:38] * lheuer1 (~Adium@blfd-4d08e5b0.pool.mediaWays.net) has joined #jython
[1:40] * lheuer (~Adium@unaffiliated/lheuer) Quit (Ping timeout: 252 seconds)
[2:42] * lheuer1 (~Adium@blfd-4d08e5b0.pool.mediaWays.net) Quit (Quit: Leaving.)
[3:05] * Juneau001 (~Juneau@50.44.45.165) has joined #jython
[4:51] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) Quit (Remote host closed the connection)
[4:52] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) has joined #jython
[4:58] * Juneau001 (~Juneau@50.44.45.165) Quit (Quit: Juneau001)
[4:58] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) Quit (Remote host closed the connection)
[4:59] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) has joined #jython
[5:11] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) Quit (Remote host closed the connection)
[5:13] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) has joined #jython
[5:13] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) Quit (Remote host closed the connection)
[5:14] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) has joined #jython
[5:31] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[8:02] * purplefox (~purplefox@host-80-43-244-70.as13285.net) Quit (Quit: Leaving)
[8:16] * purplefox (~purplefox@host-80-43-244-70.as13285.net) has joined #jython
[9:19] * msavy (~msavy@redhat/jboss/msavy) has joined #jython
[9:45] * msavy (~msavy@redhat/jboss/msavy) Quit (Quit: {})
[11:07] * Juneau001 (~Juneau@131.225.24.178) has joined #jython
[14:16] * Juneau001 (~Juneau@131.225.24.178) Quit (Quit: Juneau001)
[15:36] * msavy (~msavy@redhat/jboss/msavy) has joined #jython
[15:36] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[16:56] * paolo (~Paolo@net-37-117-21-160.cust.dsl.vodafone.it) has joined #jython
[17:03] * Juneau001 (~Juneau@131.225.24.178) has joined #jython
[17:22] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)
[17:54] * Juneau001 (~Juneau@131.225.24.178) Quit (Quit: Juneau001)
[18:10] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[18:11] * paolo (~Paolo@net-37-117-21-160.cust.dsl.vodafone.it) Quit (Quit: Leaving)
[18:19] * larks (~larks@unaffiliated/larks) has joined #jython
[18:46] <larks> sorry for the noob question but is there a way to produce java bytecode with jython and a python script?
[18:49] <zpax> larks: I'm not familiar with the details but I'm pretty sure the answer is yes. I believe that's how jython works under the hood, it directly generates java bytecode from .py files
[18:53] <larks> zpax: I see. Maybe I'll poke around and see what I come up with then
[19:09] * Juneau001 (~Juneau@fess-120727.dhcp.fnal.gov) has joined #jython
[19:26] * Juneau001 (~Juneau@fess-120727.dhcp.fnal.gov) Quit (Quit: Juneau001)
[19:29] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 248 seconds)
[19:37] * pjenvey_ (pjenvey@underboss.org) has joined #jython
[19:42] <jimbaker> larks, what's your intended use?
[19:43] * pjenvey (pjenvey@underboss.org) Quit (*.net *.split)
[19:52] <larks> interest if the bytecode can run on JOP
[19:52] <larks> interested*
[20:03] * zpax (~tcocagne@67-129-215-3.dia.static.qwest.net) Quit (Quit: Leaving)
[20:07] * daixtr (~daixtr@202.81.30.16) has joined #jython
[20:08] <daixtr> hello
[20:08] <daixtr> i have only one file, myapp.py
[20:09] <daixtr> How do I put on top the correct shebang, so that WebSphere wsadmin interpreter can execute my python script...
[20:09] <daixtr> #!/usr/bin/env /usr/WebSphere/AppServer/profiles/Dmgr/bin/wsadmin.sh -lang jython -f "$0
[20:09] <daixtr> #!/usr/WebSphere/AppServer/profiles/Dmgr/bin/wsadmin.sh -lang jython -f
[20:17] * daixtr (~daixtr@202.81.30.16) Quit (Quit: leaving)
[20:25] <jimbaker> larks, the key part is you need to have the jython runtime available. you can compile ahead of time most things, excluding proxies (i'm actually working on that), but it's useless w/o the runtime
[20:25] <jimbaker> and compile AOT means to java bytecode
[20:46] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)
[21:06] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[21:35] <larks> ok, so it wouldn't work.
[21:36] <larks> thanks for your help =]
[21:40] * Juneau001 (~Juneau@50.44.45.165) has joined #jython
[21:49] * r0bby (~wakawaka@guifications/user/r0bby) has joined #jython
[21:51] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 248 seconds)
[21:52] * r0bby_ (~wakawaka@guifications/user/r0bby) has joined #jython
[21:56] * r0bby (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 248 seconds)
[22:01] * Juneau001 (~Juneau@50.44.45.165) Quit (Ping timeout: 240 seconds)
[22:04] * Juneau001 (~Juneau@50.44.45.165) has joined #jython
[22:14] * r0bby_ (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 248 seconds)
[22:48] <jimbaker> larks, with maybe an exception or two, this will be true of other jvm languages too - you need a runtime. just a question of how thick.
[23:01] * r0bby_ (~wakawaka@guifications/user/r0bby) has joined #jython
[23:10] * [Arfrever] (~Arfrever@apache/committer/Arfrever) Quit (Quit: leaving)
[23:17] * Arfrever (~Arfrever@apache/committer/Arfrever) Quit (Quit: Ex??re)
[23:31] * Juneau001 (~Juneau@50.44.45.165) Quit (Quit: Juneau001)
[23:36] * Arfrever (~Arfrever@apache/committer/Arfrever) has joined #jython
[23:38] * [Arfrever] (~Arfrever@apache/committer/Arfrever) has joined #jython

Index

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