#jython IRC Log (v0.9)

Index

IRC Log for 2013-09-29

Timestamps are in GMT/BST.

[1:23] * fluxdude (~fluxdude@unaffiliated/fluxdude) Quit (Quit: fluxdude)
[2:25] * zz_whg is now known as whg
[2:52] * lheuer (~Adium@unaffiliated/lheuer) Quit (Quit: Leaving.)
[3:48] * sinistersnare (~sinisters@pool-108-28-93-153.washdc.fios.verizon.net) Quit (Quit: Lost terminal)
[3:48] * sinsnare (sinsnare@gateway/web/cgi-irc/kiwiirc.com/x-sputpabgsjtbyacx) has joined #jython
[5:24] * sinsnare is now known as sinsnare|away
[5:24] * sinsnare|away is now known as sinsnare|zzZZzz
[5:39] * lheuer (~Adium@f048042248.adsl.alicedsl.de) has joined #jython
[5:39] * lheuer (~Adium@f048042248.adsl.alicedsl.de) Quit (Changing host)
[5:39] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[5:43] * lheuer (~Adium@unaffiliated/lheuer) Quit (Client Quit)
[6:03] * lheuer (~Adium@f048042248.adsl.alicedsl.de) has joined #jython
[6:03] * lheuer (~Adium@f048042248.adsl.alicedsl.de) Quit (Changing host)
[6:03] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[6:45] * vext01 (~edd@host-92-20-122-61.as13285.net) Quit (Ping timeout: 264 seconds)
[6:46] * vext01 (~edd@host-92-20-122-61.as13285.net) has joined #jython
[7:09] * osc (~oscar@80-62-162-242-static.dk.customer.tdc.net) has joined #jython
[8:35] * osc (~oscar@80-62-162-242-static.dk.customer.tdc.net) Quit (Ping timeout: 248 seconds)
[9:04] * Disconsented (~Disconsen@ip-58-28-152-248.static-xdsl.xnet.co.nz) has joined #jython
[9:05] <Disconsented> This may sound a little weird but I want to use Jython for making mods for minecraft. Does anyone know of any reason what that won't and/or have any jython specific information than can help me?
[10:44] * Disconsented (~Disconsen@ip-58-28-152-248.static-xdsl.xnet.co.nz) Quit (Quit: sleep)
[11:28] <topi`> jimbaker: should test the buffer support with twisted; hopefully it will negate the need for my codepath fixes in Twisted.
[12:55] * whg is now known as zz_whg
[13:09] <topi`> very odd error messages from (recent) virtualenv:
[13:09] <topi`> IOError: [Errno 13] Permission denied: 'jyenv/jython.jar/Lib/site.py'
[13:09] <topi`> from: virtualenv -p jython jyenv
[13:10] <topi`> anyone seenthis before? I've already seen the ERROR: virtualenv is not compatible with this system or executable
[13:10] <topi`> but this is something different.
[13:14] <topi`> hmm... I know that part of jython's slowness comes from the fact that in order to do things like math.sin(x) makes multiple PyObject lookups
[13:14] <topi`> so, what about a static "compiler"-like thing that autoconverts math.sin() -> java.lang.Math.sin()
[13:15] <topi`> obviously, not all translations would be trivial.
[13:16] <topi`> like, urllib2.urlopen -> java.net.URL
[13:28] * osc (~oscar@80-62-162-242-static.dk.customer.tdc.net) has joined #jython
[13:43] * ciziar (~textual@hd5b912b5.seluldx.dyn.perspektivbredband.net) has joined #jython
[13:48] * vext01 (~edd@host-92-20-122-61.as13285.net) Quit (Ping timeout: 240 seconds)
[13:53] * zz_whg is now known as whg
[14:07] * ciziar (~textual@hd5b912b5.seluldx.dyn.perspektivbredband.net) Quit (Quit: Computer has gone to sleep.)
[15:05] * ciziar (~textual@hd5b912b5.seluldx.dyn.perspektivbredband.net) has joined #jython
[15:26] * lheuer1 (~Adium@f048037222.adsl.alicedsl.de) has joined #jython
[15:28] * lheuer (~Adium@unaffiliated/lheuer) Quit (Ping timeout: 240 seconds)
[15:30] * whg is now known as zz_whg
[15:41] * sinsnare|zzZZzz is now known as sinistersnare
[15:44] * lheuer1 is now known as lheuer
[15:44] * lheuer (~Adium@f048037222.adsl.alicedsl.de) Quit (Changing host)
[15:44] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[15:56] * zz_whg is now known as whg
[16:13] * whg is now known as zz_whg
[17:12] * ciziar (~textual@hd5b912b5.seluldx.dyn.perspektivbredband.net) Quit (Ping timeout: 245 seconds)
[17:40] * sinistersnare (sinsnare@gateway/web/cgi-irc/kiwiirc.com/x-sputpabgsjtbyacx) Quit (Remote host closed the connection)
[17:40] * sinsnare (6c1c5d99@gateway/web/cgi-irc/kiwiirc.com/ip.108.28.93.153) has joined #jython
[18:16] * sinsnare (6c1c5d99@gateway/web/cgi-irc/kiwiirc.com/ip.108.28.93.153) Quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
[19:15] * sinistersnare (6c1c5d99@gateway/web/cgi-irc/kiwiirc.com/ip.108.28.93.153) has joined #jython
[19:56] <sinistersnare> jimbaker: https://github.com/libgdx/libgdx/wiki/Using-libgdx-with-Python id love some input if youre free :D
[20:01] <topi`> sinistersnare: which version virtualenv did you use with jython?
[20:01] <topi`> you can check it with virtualenv --version
[20:01] <sinistersnare> i didnt even use virtlanenv :p
[20:01] <sinistersnare> i just made a pydev project
[20:01] <sinistersnare> put in the libs and added them to my PYTHONPATH, entered the code, and hti run
[20:19] <topi`> right.
[20:19] <topi`> I want to use virtualenv, just to isolate my install from other jython installs
[20:19] <topi`> and I'm trying to write a tutorial about getting django running under jython2.7 so I want to create a virtualenv
[20:20] <sinistersnare> topi`: im not jython expert, but could you just use the standalone jar file?
[20:20] <sinistersnare> the package management would be a different mess that i dont know :p
[20:53] * thereisnospoon (~thereisno@27-33-1-87.tpgi.com.au) Quit (Ping timeout: 248 seconds)
[21:04] * ciziar (~textual@hd5b912b5.seluldx.dyn.perspektivbredband.net) has joined #jython
[21:06] * thereisnospoon (~thereisno@27-33-1-87.tpgi.com.au) has joined #jython
[21:51] * ciziar (~textual@hd5b912b5.seluldx.dyn.perspektivbredband.net) Quit (Ping timeout: 252 seconds)
[22:04] * verterok (~ggonzalez@162.213.35.11) Quit (Ping timeout: 264 seconds)
[22:33] * osc (~oscar@80-62-162-242-static.dk.customer.tdc.net) Quit (Ping timeout: 260 seconds)

Index

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