#jython IRC Log (v0.9)

Index

IRC Log for 2012-11-03

Timestamps are in GMT/BST.

[0:55] * jlwestsr (~jlwestsr@2602:306:2472:6e79:fdfd:e6ed:7706:1fd4) Quit (Ping timeout: 246 seconds)
[1:09] * jlwestsr (~jlwestsr@2602:30b:82c8:71a9:fdfd:e6ed:7706:1fd4) has joined #jython
[2:19] * ciziar (~textual@c-5eeaaa1d-74736162.cust.telenor.se) Quit (Quit: Textual IRC Client: http://www.textualapp.com/)
[2:44] * lheuer1 (~Adium@blfd-5d822f08.pool.mediaWays.net) has joined #jython
[2:46] * lheuer (~Adium@blfd-4d08e0bd.pool.mediaWays.net) Quit (Ping timeout: 260 seconds)
[6:14] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[6:24] * jlwestsr (~jlwestsr@2602:30b:82c8:71a9:fdfd:e6ed:7706:1fd4) Quit (Ping timeout: 246 seconds)
[6:45] * Arfrever (~Arfrever@apache/committer/Arfrever) Quit (Ping timeout: 255 seconds)
[7:57] * lheuer1 is now known as lheuer
[8:03] * gColossus (~tahoang@unaffiliated/gcolossus) has joined #jython
[8:03] <gColossus> on linux, how can I run jython which a custom classpath from the command line?
[8:06] <TkTech> gColossus: -D
[8:06] <TkTech> or -cp I believe
[8:07] <gColossus> TkTech: oh, hold on, I am looking into what eclipse uses for running py code via eclipse-pydev
[8:10] <gColossus> TkTech: okay, found what I wanted, thank you :)
[8:23] * gColossus (~tahoang@unaffiliated/gcolossus) Quit (Ping timeout: 244 seconds)
[9:31] * wmeissner (~wmeissner@119.12.203.254) has joined #jython
[10:13] * timaaarrreee (~timaaarrr@student-4.networking.otago.ac.nz) has joined #jython
[10:14] <timaaarrreee> does anyone here have django 1.4.2 working on jython?
[11:03] * timaaarrreee (~timaaarrr@student-4.networking.otago.ac.nz) has left #jython
[11:07] * ctismer is now known as ctismer_afk
[13:13] * jlwestsr (~jlwestsr@2602:30b:82c8:71a9:7054:4b92:b040:8c1e) has joined #jython
[13:39] * jlwestsr (~jlwestsr@2602:30b:82c8:71a9:7054:4b92:b040:8c1e) Quit (Quit: Ex-Chat)
[13:40] * wmeissner_ (~wmeissner@123.200.243.205) has joined #jython
[13:41] * wmeissner (~wmeissner@119.12.203.254) Quit (Ping timeout: 256 seconds)
[13:41] * wmeissner_ is now known as wmeissner
[13:57] * inspired (~inspired@146.90.52.83) Quit (Ping timeout: 240 seconds)
[14:01] * lheuer (~Adium@blfd-5d822f08.pool.mediaWays.net) Quit (Quit: Leaving.)
[14:12] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[16:03] * wmeissner (~wmeissner@123.200.243.205) Quit (Read error: Connection reset by peer)
[16:08] * lheuer (~Adium@unaffiliated/lheuer) Quit (Quit: Leaving.)
[16:46] * jlwestsr (~jlwestsr@2602:30b:82c8:71a9:7054:4b92:b040:8c1e) has joined #jython
[17:05] * gColossus (~tahoang@unaffiliated/gcolossus) has joined #jython
[17:33] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[17:41] <gColossus> agronholm: morning
[18:05] * njoyce` (~njoyce@109.203.113.22) has joined #jython
[18:06] * njoyce (~njoyce@109.203.113.22) Quit (*.net *.split)
[18:17] <agronholm> gColossus: morning
[18:17] <agronholm> I had forgotten that I picked super saver delivery @amazon
[18:17] <agronholm> and I checked my order's status
[18:18] <agronholm> ETA 5.11.
[18:34] <gColossus> agronholm: oic, i haven't seen that 5.11 unit in a while :)
[18:39] <agronholm> it's better than the / thing used in the US because days always come first in this one
[18:40] <agronholm> with / you can't be sure unless the day is past 12
[18:50] * gColossus (~tahoang@unaffiliated/gcolossus) Quit (Ping timeout: 246 seconds)
[19:19] * jlwestsr (~jlwestsr@2602:30b:82c8:71a9:7054:4b92:b040:8c1e) Quit (Ping timeout: 246 seconds)
[19:33] * jlwestsr (~jlwestsr@2602:306:2472:84c9:7054:4b92:b040:8c1e) has joined #jython
[21:04] * njoyce` is now known as njoyce
[21:06] * varialus (~varialus@199.192.96.200) Quit (Quit: Leaving)
[21:40] * gColossus (~tahoang@unaffiliated/gcolossus) has joined #jython
[21:41] <gColossus> agronholm: yeah, i am not originally from the US so I feel the pain coming here and having to adapt ...
[22:27] * gColossus (~tahoang@unaffiliated/gcolossus) Quit (Ping timeout: 264 seconds)
[22:51] * gColossus (~tahoang@unaffiliated/gcolossus) has joined #jython
[22:52] <gColossus> agronholm: is it normal that running jython scripts outside of eclipse using (java -cp $CLASSPATH org.python.util.jython foo.py) is slower than running them inside eclipse
[22:53] <gColossus> agronholm: in my experience, running inside eclipse takes around 2 seconds for a subroutine to complete but it takes 5 seconds running from CLI
[22:54] <gColossus> agronholm: agronholm: I suppose eclipse is just an interface, and the same load is executed in both cases?
[22:55] <gColossus> agronholm: eclipse run's configuration shows that it's using the same interpretter arguments (except for some extra jars for eclipse-pydev)
[23:20] <agronholm> gColossus: I don't know how eclipse internally handles the execution
[23:22] <gColossus> agronholm: hmm, but from 2 secs to 5 secs, that's 2,5 times slower ...
[23:46] * gColossus (~tahoang@unaffiliated/gcolossus) Quit (Quit: Leaving.)
[23:54] * wmeissner (~wmeissner@123.200.243.205) 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).