#jython IRC Log (v0.9)

Index

IRC Log for 2013-09-07

Timestamps are in GMT/BST.

[0:02] * wmeissner (~wmeissner@110.93.21.146) has joined #jython
[2:26] * JStoker (jstoker@unaffiliated/jstoker) Quit (Ping timeout: 246 seconds)
[2:48] * lheuer1 (~Adium@g228201117.adsl.alicedsl.de) has joined #jython
[2:51] * lheuer (~Adium@unaffiliated/lheuer) Quit (Ping timeout: 276 seconds)
[2:54] * lheuer1 (~Adium@g228201117.adsl.alicedsl.de) Quit (Quit: Leaving.)
[2:55] * JStoker (jstoker@unaffiliated/jstoker) has joined #jython
[3:35] * shashank (~shashank@208.91.2.2) Quit (Ping timeout: 268 seconds)
[3:35] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Excess Flood)
[3:36] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[3:36] * shashank (~shashank@208.91.2.1) has joined #jython
[4:25] * wmeissner (~wmeissner@110.93.21.146) has left #jython
[4:49] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 264 seconds)
[4:59] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[5:20] * lheuer (~Adium@g228201117.adsl.alicedsl.de) has joined #jython
[5:20] * lheuer (~Adium@g228201117.adsl.alicedsl.de) Quit (Changing host)
[5:20] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[7:21] * supersven_ (~sven@port-4289.pppoe.wtnet.de) has joined #jython
[7:24] * supersven__ (~sven@46.59.213.247) Quit (Ping timeout: 240 seconds)
[9:55] * shashank (~shashank@208.91.2.1) Quit (Ping timeout: 245 seconds)
[9:56] * shashank (~shashank@208.91.2.2) has joined #jython
[10:21] * Arfrever (~Arfrever@apache/committer/Arfrever) has joined #jython
[11:02] * bgrz (~bgr@109-93-61-241.dynamic.isp.telekom.rs) has joined #jython
[16:35] * lheuer (~Adium@unaffiliated/lheuer) Quit (Quit: Leaving.)
[17:14] * lheuer (~Adium@g228201117.adsl.alicedsl.de) has joined #jython
[17:14] * lheuer (~Adium@g228201117.adsl.alicedsl.de) Quit (Changing host)
[17:14] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[18:41] <topi`> jimbaker: I just finished reading the Jython Book ;) there seem to be a few different methods for calling python methods from java.
[18:41] <topi`> so I'll go on and try another one of those to get my code running ;)
[18:43] <topi`> I tried easy_install Django but got an import error... about unicode_literals
[18:44] <topi`> >>> from __future__ import unicode_literals
[18:45] <topi`> duh, that works on my OSX jython install.
[18:46] <topi`> my debian jyth install seems somehow bastardized - if I invoke jython, it says 2.7b1 and dpkg -l says it's 2.5.2
[18:46] <topi`> grr
[18:49] <topi`> what's the diff between standalone install and jython.jar install?
[18:49] <topi`> I guess I'll download the standalone
[18:52] <topi`> oh, the standalone just gives me the python interpreter with java -jar
[19:25] <topi`> interestingly, pip install django fails. Could not find any downloads that satisfy the requirement django
[19:25] <topi`> maybe this is that SSL problem that jimbaker mentioned earlier?
[20:00] * agronholm (~agronholm@gprs-internet-bcee83-82.dhcp.inet.fi) has joined #jython
[20:00] * ChanServ sets mode +o agronholm
[20:48] * clajo04 (~clajo04@pool-108-46-137-135.nycmny.fios.verizon.net) Quit (Ping timeout: 245 seconds)
[20:49] * clajo04 (~clajo04@pool-108-46-137-135.nycmny.fios.verizon.net) has joined #jython
[20:53] * thereisnospoon_ (~thereisno@27-33-1-87.tpgi.com.au) Quit (Ping timeout: 268 seconds)
[21:04] <topi`> is expatreader.py available in jython? it seems django's manage.py syncdb tries to import it
[21:05] * thereisnospoon_ (~thereisno@27-33-1-87.tpgi.com.au) has joined #jython
[21:15] <topi`> ok, managed to circumvent this issue by hacking django's xml_serializer.py to avoid expatreader and just use xml.sax.make_parser
[23:42] * bgrz (~bgr@109-93-61-241.dynamic.isp.telekom.rs) 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).