#jython IRC Log (v0.9)

Index

IRC Log for 2013-06-25

Timestamps are in GMT/BST.

[2:16] * lheuer1 (~Adium@blfd-5d82329b.pool.mediaWays.net) has joined #jython
[2:19] * lheuer (~Adium@unaffiliated/lheuer) Quit (Ping timeout: 268 seconds)
[6:23] * lheuer1 (~Adium@blfd-5d82329b.pool.mediaWays.net) Quit (Ping timeout: 248 seconds)
[8:32] * Arfrever (~Arfrever@apache/committer/Arfrever) Quit (Quit: Ex??re)
[8:54] * Arfrever (~Arfrever@apache/committer/Arfrever) has joined #jython
[10:04] * iceboxx (7aae902e@gateway/web/freenode/ip.122.174.144.46) has joined #jython
[10:04] <iceboxx> Hi, i want to use Jython to create a application.. is it possible to distribute it like python applications using Pyinstaller?
[10:05] <agronholm> nope
[10:05] <agronholm> why do you want to use jython instead of cpython?
[10:06] <iceboxx> i already have a application developed in python and pyqt4., which is getting bigger and bigger (slower and slower) so i want to try using java
[10:06] <agronholm> you can't use qt with java
[10:07] <agronholm> and you're certainly not going to gain any speed from using jython
[10:07] <agronholm> I have a fairly large jython + swing app that I maintain so I'm speaking from experience
[10:10] * iceboxx (7aae902e@gateway/web/freenode/ip.122.174.144.46) Quit (Ping timeout: 250 seconds)
[10:20] * Juneau001 (~Juneau@50-45-125-8.dklb.il.frontiernet.net) Quit (Quit: Juneau001)
[10:51] * iceboxx (7aae902e@gateway/web/freenode/ip.122.174.144.46) has joined #jython
[10:52] <iceboxx> if i use javafx and java to write my application., is it possible to natively compile to code to .exe / .app ?
[11:05] * Juneau001 (~Juneau@131.225.24.178) has joined #jython
[11:09] * iceboxx (7aae902e@gateway/web/freenode/ip.122.174.144.46) Quit (Ping timeout: 250 seconds)
[11:10] <agronholm> not to my knowledge
[11:10] <agronholm> well
[11:10] <agronholm> at least I don't know any tools like that
[13:27] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[14:05] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)
[14:12] * verterok (~ggonzalez@unaffiliated/verterok) Quit (*.net *.split)
[14:13] * clajo05 (~clajo04@pool-108-46-137-135.nycmny.fios.verizon.net) has joined #jython
[14:16] * clajo04 (~clajo04@pool-108-46-137-135.nycmny.fios.verizon.net) Quit (Ping timeout: 257 seconds)
[14:16] * clajo05 is now known as clajo04
[14:17] <pooperidge> I SHARTED!
[14:17] * verterok (~ggonzalez@unaffiliated/verterok) has joined #jython
[14:21] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[14:32] * verterok (~ggonzalez@unaffiliated/verterok) Quit (*.net *.split)
[14:36] * verterok (~ggonzalez@unaffiliated/verterok) has joined #jython
[14:49] * r0bby (~wakawaka@guifications/user/r0bby) has joined #jython
[14:50] * Arfrever (~Arfrever@apache/committer/Arfrever) Quit (*.net *.split)
[14:53] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 264 seconds)
[14:59] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)
[15:10] * Juneau001 (~Juneau@131.225.24.178) Quit (Quit: Juneau001)
[15:47] * JStoker (jstoker@unaffiliated/jstoker) Quit (*.net *.split)
[15:56] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[16:13] * JStoker (jstoker@unaffiliated/jstoker) has joined #jython
[16:20] * agronholm (~agronholm@2001:1bc8:102:6f29:c98d:1f03:366a:22cf) Quit (Ping timeout: 264 seconds)
[16:21] * agronholm (~agronholm@2001:1bc8:102:6f29:c507:c011:5100:b52) has joined #jython
[16:22] * ChanServ sets mode +o agronholm
[17:08] * lheuer (~Adium@unaffiliated/lheuer) Quit (Quit: Leaving.)
[17:15] * clajo05 (~clajo04@pool-108-46-137-135.nycmny.fios.verizon.net) has joined #jython
[17:22] * clajo04 (~clajo04@pool-108-46-137-135.nycmny.fios.verizon.net) Quit (*.net *.split)
[17:22] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) Quit (*.net *.split)
[17:22] * clajo05 is now known as clajo04
[17:30] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) has joined #jython
[17:39] * clajo04 (~clajo04@pool-108-46-137-135.nycmny.fios.verizon.net) Quit (Read error: Operation timed out)
[17:44] <jimbaker> finally finally looking at clamp/custom proxymaker stuff
[17:47] * clajo04 (~clajo04@pool-108-46-137-135.nycmny.fios.verizon.net) has joined #jython
[17:48] <jimbaker> fwiw, it's rather cool being able to use the __proxymaker__ hook; especially if the proxymaker itself is written in python!
[17:56] <agronholm> neat
[18:22] * Arfrever (~Arfrever@apache/committer/Arfrever) has joined #jython
[19:01] <jimbaker> agronholm, here's what i'm currently playing with - i'm intercepting the build process of a proxy and writing it out, all in python. still to see if i can add some initialized static final fields (i want to add serialVersionUID); https://gist.github.com/jimbaker/5861328
[19:02] <jimbaker> ideally at the end of this, i will have stuff that can be directly used from java (without object factories being written!), but right now just focusing on proxies that can be serialized/deserialized; that enables storm integration
[19:03] <jimbaker> obviously builds on this work: https://bitbucket.org/darjus/clamp/src/2a68ba70a139224fc7d966476b66f0f4fa2ddf5e/src/org/python/clamp/Clamper.java?at=default, but i like to see if it can all be written in python, with the java side potentially just supporting some helpers
[21:22] <jimbaker> fwiw, i got the static final fields with initialization working (https://github.com/jimbaker/jython-storm-starter, need to update README.md still; also depends on an unpushed trivial to jython trunk)
[21:23] <agronholm> goodie
[22:20] * verterok (~ggonzalez@unaffiliated/verterok) Quit (*.net *.split)
[23:03] * verterok (~ggonzalez@unaffiliated/verterok) has joined #jython
[23:07] * r0bby is now known as robbyoconnor

Index

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