#jython IRC Log (v0.9)

Index

IRC Log for 2014-05-16

Timestamps are in GMT/BST.

[1:29] * agronholm (~agronholm@2001:1bc8:102:6f29:74d8:bf01:4f59:da28) Quit (Ping timeout: 252 seconds)
[1:34] * agronholm (~agronholm@2001:1bc8:102:6f29:6d7b:a7c2:d087:3f3e) has joined #jython
[1:34] * ChanServ sets mode +o agronholm
[2:51] * Arfrever (~Arfrever@apache/committer/Arfrever) Quit (Ping timeout: 264 seconds)
[4:40] * skyl (~skyl__@2602:306:c458:6bd0:8954:e28a:cbb0:8455) has joined #jython
[4:52] <skyl> have people successfully gotten virtualenv/pip working with 2.7b2 jython?
[4:53] <skyl> are there versions that are known to work/not work
[4:53] <skyl> ?
[5:44] <skyl> this: https://github.com/jimbaker/pip/commit/53b5e2525edf9f27e40bbc11fd7a1377e83f94cc
[5:44] <skyl> cool.
[5:47] <skyl> although, I was going to try `pip install jip` just for fun and I see:
[5:47] <skyl> Sorry: UnicodeDecodeError: ('unicodeescape', "u'z\\ud834yx'", 3, 10, 'illegal Unicode character')
[5:48] <skyl> so, I'm afraid this might need to get fixed in Jython?
[6:19] * skyl (~skyl__@2602:306:c458:6bd0:8954:e28a:cbb0:8455) Quit (Quit: This computer has gone to sleep)
[6:44] * skyl (~skyl__@2602:306:c458:6bd0:7434:e01d:6c8:9e87) has joined #jython
[7:24] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[7:47] * oscar_toro (~Thunderbi@80-62-162-242-static.dk.customer.tdc.net) has joined #jython
[9:02] * john3213 (john3213@static-72-66-66-50.washdc.fios.verizon.net) has joined #jython
[9:03] <agronholm> skyl: jimbaker says it's a bug in the html5lib
[9:06] <agronholm> skyl: beta 3 is supposed to come out today though
[9:07] * john3213 (john3213@static-72-66-66-50.washdc.fios.verizon.net) has left #jython
[9:12] * skyl (~skyl__@2602:306:c458:6bd0:7434:e01d:6c8:9e87) Quit (Quit: This computer has gone to sleep)
[11:26] * oscar_toro (~Thunderbi@80-62-162-242-static.dk.customer.tdc.net) Quit (Ping timeout: 245 seconds)
[12:41] * oscar_toro (~Thunderbi@80-62-162-242-static.dk.customer.tdc.net) has joined #jython
[12:42] * whg is now known as zz_whg
[12:51] * chrisseaton (~chrisseat@109.144.225.136) has joined #jython
[13:01] * zz_whg is now known as whg
[13:45] * maxb (~maxb@jabberwock.vm.bytemark.co.uk) Quit (*.net *.split)
[13:45] * peke (peke@kapsi.fi) Quit (*.net *.split)
[13:46] * peke (peke@kapsi.fi) has joined #jython
[13:46] * maxb (~maxb@jabberwock.vm.bytemark.co.uk) has joined #jython
[13:52] * chrisseaton (~chrisseat@109.144.225.136) Quit ()
[15:18] * chrisseaton (~chrisseat@79-76-244-148.dynamic.dsl.as9105.com) has joined #jython
[16:26] <jimbaker> agronholm, or tomorrow
[16:26] <jimbaker> we need to backout the change that we made for upgrading JNR first
[16:26] <jimbaker> Arfrever, we will have to look at that for beta 4 instead
[16:40] * siel (~siel@unaffiliated/motley) Quit (Ping timeout: 240 seconds)
[16:59] * siel (~siel@unaffiliated/motley) has joined #jython
[17:27] * whg is now known as zz_whg
[17:48] * skyl (~skyl__@108-69-134-189.lightspeed.sntcca.sbcglobal.net) has joined #jython
[17:48] * oscar_toro (~Thunderbi@80-62-162-242-static.dk.customer.tdc.net) Quit (Ping timeout: 245 seconds)
[17:52] * skyl (~skyl__@108-69-134-189.lightspeed.sntcca.sbcglobal.net) Quit (Remote host closed the connection)
[18:07] * skyl (~skyl__@108-69-134-189.lightspeed.sntcca.sbcglobal.net) has joined #jython
[18:08] <skyl> I'm looking to run IPython; I'm wondering if anyone has tried this. My first hurdle is IPython.external.pexpect not being able to `import resource`
[18:10] <pjenvey> skyl - http://bugs.jython.org/issue1133
[18:12] <skyl> interesting, I'm trying to run IPython 2.0.0 from pypi
[18:13] <skyl> import readline is working in my 2.7b2 jython tho
[18:18] * chrisseaton (~chrisseat@79-76-244-148.dynamic.dsl.as9105.com) Quit ()
[18:29] * zz_whg is now known as whg
[18:30] <skyl> the use of resource in pexpect is trivial and can be replaced with a magic number, perhaps (only one use ?). But, termios looks like a much harder dependency to work around
[18:30] * chrisseaton (~chrisseat@79-76-244-148.dynamic.dsl.as9105.com) has joined #jython
[18:38] <skyl> looking at how pypy navigates the termios waters ? looks like a small amount of pure python, somehow ...
[19:09] <pjenvey> i thought the older patch basically avoided using termios at all, but that may not be applicable to the current ipython code base
[19:09] <pjenvey> i have no idea
[19:14] * chrisseaton (~chrisseat@79-76-244-148.dynamic.dsl.as9105.com) Quit ()
[19:17] * whg is now known as zz_whg
[19:31] <skyl> termios.__file__ -> '/Users/alex_gaynor/projects/pypy/pypy/module/termios' .. well, that wasn't the information I had in mind ...
[19:45] * chrisseaton (~chrisseat@79-76-244-148.dynamic.dsl.as9105.com) has joined #jython
[19:56] <pjenvey> skyl - that's a known pypy bug, it shouldn't have a __file__ because it's builtin
[19:57] <pjenvey> its impl lives inside pypy/pypy/module/termios though, but that's rpython
[20:00] * zz_whg is now known as whg
[20:09] <pjenvey> I'd try starting with seeing if you can get jython working without termios to start
[20:40] <skyl> jython is working ok. But, ipython was just one of the first things I wanted to see if I could get working.
[20:41] <skyl> CPython builtins have a __file__
[21:18] <pjenvey> I meant ipython+jython without termios, if it's possible
[21:19] <pjenvey> I think they'll have a __file__ if they are an optional module, pointing to their .so, otherwise they don't. e.g. the gc module has no __file__
[21:27] * skyl (~skyl__@108-69-134-189.lightspeed.sntcca.sbcglobal.net) Quit (Quit: This computer has gone to sleep)
[21:34] * skyl (~skyl__@2602:306:c458:6bd0:3cb7:a31c:e0fd:ac98) has joined #jython
[22:04] * whg is now known as zz_whg
[22:34] * skyl (~skyl__@2602:306:c458:6bd0:3cb7:a31c:e0fd:ac98) Quit (Quit: This computer has gone to sleep)
[22:35] * siel (~siel@unaffiliated/motley) Quit (*.net *.split)
[22:35] * diametric (~diametric@2604:3400:dc1:43:216:3eff:fe27:bf9d) Quit (*.net *.split)
[22:35] * ivan` (~ivan@unaffiliated/ivan/x-000001) Quit (*.net *.split)
[22:35] * verterok (~ggonzalez@unaffiliated/verterok) Quit (*.net *.split)
[22:35] * pjenvey (pjenvey@underboss.org) Quit (*.net *.split)
[22:35] * lazybear (~lazybear@radium.atom.fi) Quit (*.net *.split)
[22:35] * siel (~siel@unaffiliated/motley) has joined #jython
[22:35] * diametric (~diametric@2604:3400:dc1:43:216:3eff:fe27:bf9d) has joined #jython
[22:35] * verterok (~ggonzalez@unaffiliated/verterok) has joined #jython
[22:36] * pjenvey (pjenvey@underboss.org) has joined #jython
[22:36] * lazybear (~lazybear@radium.atom.fi) has joined #jython
[22:36] * ivan` (~ivan@unaffiliated/ivan/x-000001) has joined #jython
[22:36] * ivan` (~ivan@unaffiliated/ivan/x-000001) Quit (Max SendQ exceeded)
[22:36] * ivan` (~ivan@unaffiliated/ivan/x-000001) has joined #jython
[22:39] * skyl (~skyl__@108-69-134-189.lightspeed.sntcca.sbcglobal.net) has joined #jython
[22:59] * skyl (~skyl__@108-69-134-189.lightspeed.sntcca.sbcglobal.net) Quit (Quit: This computer has gone to sleep)

Index

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