#jython IRC Log (v0.9)

Index

IRC Log for 2013-09-21

Timestamps are in GMT/BST.

[1:23] * lheuer1 (~Adium@f048101166.adsl.alicedsl.de) has joined #jython
[1:25] * lheuer (~Adium@unaffiliated/lheuer) Quit (Ping timeout: 245 seconds)
[2:19] * lheuer1 (~Adium@f048101166.adsl.alicedsl.de) Quit (Quit: Leaving.)
[3:05] * thereisnospoon (~thereisno@27-33-1-87.tpgi.com.au) Quit (Ping timeout: 252 seconds)
[5:29] * purplefox (~purplefox@88-105-150-78.dynamic.dsl.as9105.com) has joined #jython
[5:50] * lheuer (~Adium@f048101166.adsl.alicedsl.de) has joined #jython
[5:50] * lheuer (~Adium@f048101166.adsl.alicedsl.de) Quit (Changing host)
[5:50] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[5:51] * lheuer (~Adium@unaffiliated/lheuer) Quit (Client Quit)
[6:08] * lheuer (~Adium@f048101166.adsl.alicedsl.de) has joined #jython
[6:08] * lheuer (~Adium@f048101166.adsl.alicedsl.de) Quit (Changing host)
[6:08] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[6:59] * supersven_ (~sven@port-53574.pppoe.wtnet.de) has joined #jython
[7:03] * thereisnospoon (~thereisno@27-33-1-87.tpgi.com.au) has joined #jython
[7:04] * supersven (~sven@port-14866.pppoe.wtnet.de) Quit (Ping timeout: 260 seconds)
[7:58] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[9:57] * purplefox (~purplefox@88-105-150-78.dynamic.dsl.as9105.com) Quit (Ping timeout: 252 seconds)
[10:12] * purplefox (~purplefox@88-105-150-78.dynamic.dsl.as9105.com) has joined #jython
[11:16] * lheuer (~Adium@unaffiliated/lheuer) Quit (Quit: Leaving.)
[11:17] * lheuer (~Adium@f048101166.adsl.alicedsl.de) has joined #jython
[11:17] * lheuer (~Adium@f048101166.adsl.alicedsl.de) Quit (Changing host)
[11:17] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[12:45] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[13:14] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 257 seconds)
[13:23] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)
[13:47] * supersven_ (~sven@port-53574.pppoe.wtnet.de) Quit (Quit: Ex-Chat)
[14:35] * purplefox (~purplefox@88-105-150-78.dynamic.dsl.as9105.com) Quit (Ping timeout: 252 seconds)
[15:32] * purplefox (~purplefox@88-105-150-78.dynamic.dsl.as9105.com) has joined #jython
[16:33] * purplefox (~purplefox@88-105-150-78.dynamic.dsl.as9105.com) Quit (Ping timeout: 260 seconds)
[18:09] * lopex (uid4272@gateway/web/irccloud.com/x-gatrwpiocbdkbtfg) Quit (Ping timeout: 264 seconds)
[18:59] <topi`> damn. I wanted to use psutil with django-system-monitor. however.. error: Setup script exited with platform java1.6.0_27 is not supported
[19:00] <topi`> I wonder whether JVM will let users interface with the underlying UNIX features
[19:09] * lopex (uid4272@gateway/web/irccloud.com/x-wjhiooajfiokeaou) has joined #jython
[19:24] <topi`> also tried dstat. missing modules: resource.
[19:24] <topi`> and os has no attribute 'sysconf'
[19:24] <topi`> it seems monitoring the system is an impossible task on jython
[20:33] * truk77 (~kurt@pool-71-191-90-171.washdc.fios.verizon.net) Quit (Ping timeout: 245 seconds)
[20:35] * truk77 (~kurt@pool-173-73-27-144.washdc.fios.verizon.net) has joined #jython
[22:35] <jimbaker> topi`, we do use jnr-posix - but i don't believe we have mapped all updates into jython
[22:37] <jimbaker> https://github.com/jnr/jnr-posix
[22:40] <jimbaker> looking at https://github.com/jnr/jnr-posix/search?q=sysconf&ref=cmdform seems like it should be a simple matter of mapping into our os module
[22:57] <jimbaker> topi`, ok, here's how you can get it for now: https://gist.github.com/jimbaker/6654969
[22:57] * sinistersnare (6c1c5d99@gateway/web/cgi-irc/kiwiirc.com/ip.108.28.93.153) has joined #jython
[22:58] <jimbaker> and this would be awfully trivial to update in the the PosixModule itself
[22:58] <sinistersnare> hello, does anyone have any recent examples (and possibly an article, if thats not too much :p) of using libgdx in jython? i just finished updating this article on the new libgdx wiki https://github.com/libgdx/libgdx/wiki/Using-libgdx-with-other-jvm-languages and was hoping for some help!
[23:00] <jimbaker> sinistersnare, i don't know, but if we could update that wiki page to point to current jython, not ancient jython (2.1), that would be great :)
[23:00] <sinistersnare> oh sure :p sorry i havent done (j/p)ython in a while, so im a little off!
[23:01] <sinistersnare> the wiki is publicly editable, so you can fix it if you like! as i am a bit busy, and the update time would be a bit
[23:01] <jimbaker> jythonbook.com has a number of chapters on java integration
[23:01] <jimbaker> sinistersnare, we can see who is busier... ;)
[23:02] <jimbaker> anyway, libgdx looks great and i would love to see examples as well
[23:02] <sinistersnare> :p i was just hoping to find a single page on it, but ill look for a consise page
[23:02] <sinistersnare> jimbaker: me too! i love me some python!
[23:04] <sinistersnare> i found what im looking for i guess! http://www.jython.org/jythonbook/en/1.0/JythonAndJavaIntegration.html
[23:14] <jimbaker> sinistersnare, yes, i helped write that chapter
[23:15] <jimbaker> currently working on some new stuff for java integration. but, got to go - i have a dinner to go to. ttyl
[23:18] <sinistersnare> jimbaker: great, if there is anything that is libgdx specific id love a contribution on the wiki article! /libgdx/libgdx/wiki on github!
[23:34] * sinistersnare (6c1c5d99@gateway/web/cgi-irc/kiwiirc.com/ip.108.28.93.153) Quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
[23:59] * sinistersnare (6c1c5d99@gateway/web/cgi-irc/kiwiirc.com/ip.108.28.93.153) 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).