#jython IRC Log (v0.9)

Index

IRC Log for 2012-07-24

Timestamps are in GMT/BST.

[1:19] * lheuer1 (~Adium@blfd-5d823db3.pool.mediaWays.net) has joined #jython
[1:22] * lheuer (~Adium@unaffiliated/lheuer) Quit (Ping timeout: 255 seconds)
[1:31] * vayer (~vayer@173-164-129-225-SFBA.hfc.comcastbusiness.net) Quit (Quit: Leaving)
[2:06] * capnkooc (~capnkooc@ip245-174-15-186.ct.co.cr) Quit (Read error: Connection reset by peer)
[2:07] * JStoker (~jstoker@unaffiliated/jstoker) Quit (Ping timeout: 244 seconds)
[2:07] * capnkooc (~capnkooc@ip245-174-15-186.ct.co.cr) has joined #jython
[2:14] * JStoker (jstoker@unaffiliated/jstoker) has joined #jython
[2:31] * sera_ (~sera@gentoo/developer/sera) has joined #jython
[2:35] * sera (~sera@gentoo/developer/sera) Quit (Ping timeout: 260 seconds)
[5:32] * diminoten (~diminoten@unaffiliated/diminoten) has joined #jython
[6:17] * lheuer1 (~Adium@blfd-5d823db3.pool.mediaWays.net) Quit (Ping timeout: 245 seconds)
[6:58] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[7:20] * capnkooc (~capnkooc@ip245-174-15-186.ct.co.cr) Quit (Ping timeout: 240 seconds)
[9:21] * stakkars (~tismer@p5DDB7239.dip.t-dialin.net) has joined #jython
[9:23] * stakkars (~tismer@p5DDB7239.dip.t-dialin.net) Quit (Client Quit)
[9:38] * stakkars (~tismer@p5DDB7239.dip.t-dialin.net) has joined #jython
[9:53] * stakkars is now known as ctismer_
[10:43] * int3__ (~int3__@99-119-64-75.lightspeed.sntcca.sbcglobal.net) has joined #jython
[10:44] * int3__ (~int3__@99-119-64-75.lightspeed.sntcca.sbcglobal.net) Quit (Remote host closed the connection)
[10:44] * int3__ (~int3__@99-119-64-75.lightspeed.sntcca.sbcglobal.net) has joined #jython
[10:47] * wmeissner (~wmeissner@122.110.154.136) has joined #jython
[11:02] * sera_ is now known as sera
[11:16] * juneau001 (~juneau@131.225.24.120) has joined #jython
[11:42] * ctismer (~ctismer@django.stackless.com) has joined #jython
[11:45] * int3__ (~int3__@99-119-64-75.lightspeed.sntcca.sbcglobal.net) Quit (Remote host closed the connection)
[12:00] * belezke (59d4ecf2@gateway/web/freenode/ip.89.212.236.242) has joined #jython
[12:00] <belezke> No module named ssl ???
[12:02] * belezke (59d4ecf2@gateway/web/freenode/ip.89.212.236.242) Quit (Client Quit)
[12:10] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 260 seconds)
[12:43] * ctismer_ (~tismer@p5DDB7239.dip.t-dialin.net) Quit (Ping timeout: 248 seconds)
[12:48] * ctismer_ (~tismer@p5DDB690B.dip.t-dialin.net) has joined #jython
[12:54] * capnkooc (~capnkooc@ip245-174-15-186.ct.co.cr) has joined #jython
[13:03] * ctismer_ (~tismer@p5DDB690B.dip.t-dialin.net) Quit (Remote host closed the connection)
[13:04] * ctismer is now known as ctismer_afk
[13:14] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[13:29] * wmeissner (~wmeissner@122.110.154.136) Quit (Ping timeout: 255 seconds)
[13:42] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Read error: Connection reset by peer)
[14:49] * wainersm (~wainersm@189.61.217.121) has joined #jython
[16:50] * jimbaker` (~jbaker@c-75-71-80-146.hsd1.co.comcast.net) Quit (Quit: Coyote finally caught me)
[17:00] * capnkooc (~capnkooc@ip245-174-15-186.ct.co.cr) Quit (*.net *.split)
[17:00] * lheuer (~Adium@unaffiliated/lheuer) Quit (*.net *.split)
[17:01] * capnkooc (~capnkooc@ip245-174-15-186.ct.co.cr) has joined #jython
[17:02] * 16WAAWGHM (~capnkooc@ip245-174-15-186.ct.co.cr) has joined #jython
[17:02] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[17:03] * 16WAAWGHM (~capnkooc@ip245-174-15-186.ct.co.cr) Quit (Read error: Connection reset by peer)
[17:04] * lheuer (~Adium@unaffiliated/lheuer) Quit (Read error: Operation timed out)
[17:04] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[18:28] * Trundle (~andy@python/site-packages/trundle) has joined #jython
[19:15] * plankton (~plankton@187.6.167.69) has joined #jython
[19:23] * juneau001 (~juneau@131.225.24.120) Quit (Quit: juneau001)
[19:28] * plankton (~plankton@187.6.167.69) Quit (Quit: Leaving)
[20:15] <diminoten> hm, interpreter.exec("import unittest"); should work or no?
[20:15] <diminoten> I'm using jython standalone 2.5.2
[20:16] <pjenvey> it should
[20:16] <diminoten> getting "ImportError: No module named unittest"
[20:16] <diminoten> using maven to handle dependencies
[20:24] <diminoten> heh well this works: https://gist.github.com/605380cca2d377ef8ac0
[20:28] <diminoten> so what would cause unittest to dissappear
[20:28] <agronholm> if you use a jython.jar that does not contain the stdlib
[20:28] <diminoten> hm, I'm doing a clean install each time, but maybe something's lingering
[20:29] <agronholm> what do you have in your class path when you launch this?
[20:30] <diminoten> hm 1 sec
[20:30] <diminoten> going to wipe out the old jar from maven
[20:32] <diminoten> hm I think it's how maven is including other sources
[20:32] <diminoten> it's trying to build a standalone jar, which is good, I think I might have been too exclusive on what to include though
[20:59] * wmeissner (~wmeissner@106.70.197.138) has joined #jython
[21:01] * wainersm (~wainersm@189.61.217.121) Quit (Quit: Ex-Chat)
[21:20] * ctismer (~ctismer@e264.enterprise.fastwebserver.de) has joined #jython
[21:36] * ctismer (~ctismer@e264.enterprise.fastwebserver.de) Quit (Quit: hasta la vista)
[21:36] * ctismer_afk is now known as ctismer
[21:37] * stakkars (~ctismer@e264.enterprise.fastwebserver.de) has joined #jython
[22:11] * Rondom (~rondom@2a01:488:66:1000:b24d:4f2f:0:1) Quit (Ping timeout: 272 seconds)
[22:49] * Rondom (~rondom@2a01:488:66:1000:b24d:4f2f:0:1) has joined #jython
[22:54] * stakkars (~ctismer@e264.enterprise.fastwebserver.de) Quit (Quit: schnarch)
[22:55] * ctismer is now known as ctismer_afk
[23:03] * wmeissner (~wmeissner@106.70.197.138) Quit (Ping timeout: 246 seconds)
[23:04] * wmeissner (~wmeissner@106.70.197.138) has joined #jython
[23:07] * sera_ (~sera@gentoo/developer/sera) has joined #jython
[23:07] * Trundle (~andy@python/site-packages/trundle) Quit (Remote host closed the connection)
[23:08] * wmeissner (~wmeissner@106.70.197.138) Quit (Read error: Connection reset by peer)
[23:09] * wmeissner (~wmeissner@106.70.197.138) has joined #jython
[23:10] * sera (~sera@gentoo/developer/sera) Quit (Ping timeout: 264 seconds)
[23:18] * wmeissner (~wmeissner@106.70.197.138) Quit (Quit: wmeissner)
[23:44] * vayer (~vayer@173-164-129-225-SFBA.hfc.comcastbusiness.net) 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).