#jython IRC Log (v0.9)

Index

IRC Log for 2012-04-20

Timestamps are in GMT/BST.

[0:23] * lopex (u4272@gateway/web/irccloud.com/x-fnzduftdiffeyojc) Quit (Ping timeout: 252 seconds)
[0:25] * lopex (u4272@gateway/web/irccloud.com/x-qtibxxeombntasdp) has joined #jython
[0:36] * fwierzbicki_ (~frank@99-106-170-105.lightspeed.sntcca.sbcglobal.net) has joined #jython
[0:36] * fwierzbicki (~frank@99-106-170-105.lightspeed.sntcca.sbcglobal.net) Quit (Read error: Connection reset by peer)
[0:36] * fwierzbicki_ is now known as fwierzbicki
[0:41] * lopex (u4272@gateway/web/irccloud.com/x-qtibxxeombntasdp) Quit (Ping timeout: 252 seconds)
[0:47] * lopex (u4272@gateway/web/irccloud.com/x-wkebrbpzskpeytjn) has joined #jython
[0:47] * juneau001 (~juneau@50-103-3-12.dklb.il.frontiernet.net) has joined #jython
[1:21] * fwierzbicki_ (~frank@99-106-170-105.lightspeed.sntcca.sbcglobal.net) has joined #jython
[1:21] * fwierzbicki (~frank@99-106-170-105.lightspeed.sntcca.sbcglobal.net) Quit (Read error: Connection reset by peer)
[1:21] * fwierzbicki_ is now known as fwierzbicki
[1:31] * fwierzbicki (~frank@99-106-170-105.lightspeed.sntcca.sbcglobal.net) Quit (Read error: Connection reset by peer)
[1:31] * fwierzbicki_ (~frank@99-106-170-105.lightspeed.sntcca.sbcglobal.net) has joined #jython
[2:06] * shashank1 (~shashank@ucb-np2-199.colorado.edu) Quit (Ping timeout: 260 seconds)
[2:34] * shashank (~shashank@184-96-142-208.hlrn.qwest.net) has joined #jython
[2:55] * fwierzbicki_ (~frank@99-106-170-105.lightspeed.sntcca.sbcglobal.net) Quit (Read error: Connection reset by peer)
[2:55] * fwierzbicki (~frank@99-106-170-105.lightspeed.sntcca.sbcglobal.net) has joined #jython
[3:48] * fwierzbicki (~frank@99-106-170-105.lightspeed.sntcca.sbcglobal.net) has left #jython
[4:56] * shashank (~shashank@184-96-142-208.hlrn.qwest.net) Quit (Quit: Leaving.)
[4:57] * shashank (~shashank@184-96-142-208.hlrn.qwest.net) has joined #jython
[7:11] * shashank (~shashank@184-96-142-208.hlrn.qwest.net) Quit (Ping timeout: 246 seconds)
[11:25] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 265 seconds)
[12:34] * wainersm (~wainersm@189.61.204.85) has joined #jython
[13:56] <DeeTah> agronholm: i wanted to let you know the htmlunit works wonderfully now :D
[13:56] * DanC_ (~dconnolly@user1.kumc.edu) has joined #jython
[13:56] <agronholm> cool
[13:56] <DeeTah> i even got tab autocompletion working :D
[13:57] * DanC_ resumes his quest to access an oracle DB from jython
[14:00] * enebo (~enebo@75-168-81-196.mpls.qwest.net) has joined #jython
[14:11] * JimG (~JimG@user1.kumc.edu) has joined #jython
[14:14] * DanC_ is working on a different machine today... installed jython_installer-2.5.3b1.jar MD5: a4d60b2732dd3e788a794e3a15b7d57f
[15:13] * wainersm (~wainersm@189.61.204.85) Quit (Quit: Ex-Chat)
[15:20] * shashank (~shashank@184-96-142-208.hlrn.qwest.net) has joined #jython
[15:33] <DanC_> is there a conventional place to put jar files (e.g. ojdbc.jar) in a jython installation or jython virtualenv?
[15:33] <agronholm> no
[15:35] <DanC_> is there a conventional way to tell jython where I put it? just CLASSPATH?
[15:38] <agronholm> or JYTHONPATH
[15:38] <agronholm> or sys.path
[15:40] <DanC_> sys.path... then I should be able to just put it in site-packages...
[15:40] <agronholm> perhaps if you added a .pth file
[15:40] <agronholm> just putting it in site-packages doesn't work by itself
[15:41] * DanC_ has managed to not learn how .pth files work, up to now...
[15:49] <DanC_> I added venv/lib to my CLASSPATH and put ojdbc.jar there; I can see oracle/jdbc/driver/OracleDriver.class via jar tf, but import oracle.jdbc.driver.OracleDriver fails
[15:49] <DanC_> oh...
[15:50] <DanC_> no, `from oracle.jdbc.driver import OracleDriver` loses too
[15:53] * DanC_ hunts for docs... finds http://wiki.python.org/jython/JythonFaq/InstallingJython#Jython_cannot_find_your_Java_class.2C_even_though_it_exists_in_the_class_path. ...
[16:40] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[16:42] * r0bby (~wakawaka@guifications/user/r0bby) has joined #jython
[16:45] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 248 seconds)
[16:55] * wainersm (~wainersm@189.61.204.85) has joined #jython
[16:58] * fwierzbicki (~frank@99-106-170-105.lightspeed.sntcca.sbcglobal.net) has joined #jython
[17:06] * fwierzbicki_ (~frank@99-106-170-105.lightspeed.sntcca.sbcglobal.net) has joined #jython
[17:06] * fwierzbicki (~frank@99-106-170-105.lightspeed.sntcca.sbcglobal.net) Quit (Read error: Connection reset by peer)
[17:06] * fwierzbicki_ is now known as fwierzbicki
[17:09] <DanC_> ah... CLASSPATH has to name the .jar files, not just the directory that contains them
[17:09] <DanC_> and you have to spell the name of the jar file correctly ;-)
[17:09] * DanC_ wanders off...
[17:14] * r0bby (~wakawaka@guifications/user/r0bby) Quit (Max SendQ exceeded)
[17:14] * r0bby (~wakawaka@guifications/user/r0bby) has joined #jython
[17:16] <fwierzbicki> DanC_: :)
[17:17] * r0bby (~wakawaka@guifications/user/r0bby) Quit (Read error: Connection reset by peer)
[18:24] * shashank (~shashank@184-96-142-208.hlrn.qwest.net) Quit (Ping timeout: 272 seconds)
[18:59] * enebo is now known as JRuby|enebo
[19:00] * fwierzbicki (~frank@99-106-170-105.lightspeed.sntcca.sbcglobal.net) Quit (Read error: Connection reset by peer)
[19:00] * fwierzbicki (~frank@99-106-170-105.lightspeed.sntcca.sbcglobal.net) has joined #jython
[19:12] * shashank (~shashank@184-96-142-208.hlrn.qwest.net) has joined #jython
[20:05] * JRuby|enebo is now known as enebo
[20:21] * shashank (~shashank@184-96-142-208.hlrn.qwest.net) Quit (Ping timeout: 265 seconds)
[20:21] * fwierzbicki_ (~frank@99-106-170-105.lightspeed.sntcca.sbcglobal.net) has joined #jython
[20:21] * fwierzbicki (~frank@99-106-170-105.lightspeed.sntcca.sbcglobal.net) Quit (Read error: Connection reset by peer)
[20:21] * fwierzbicki_ is now known as fwierzbicki
[20:22] * fwierzbicki_ (~frank@99-106-170-105.lightspeed.sntcca.sbcglobal.net) has joined #jython
[20:22] * fwierzbicki (~frank@99-106-170-105.lightspeed.sntcca.sbcglobal.net) Quit (Read error: Connection reset by peer)
[20:22] * fwierzbicki_ is now known as fwierzbicki
[21:38] * wainersm (~wainersm@189.61.204.85) Quit (Quit: Ex-Chat)
[22:42] * shashank (~shashank@63-156-62-49.dia.static.qwest.net) has joined #jython
[22:55] * shashank (~shashank@63-156-62-49.dia.static.qwest.net) Quit (Ping timeout: 272 seconds)
[23:00] * enebo (~enebo@75-168-81-196.mpls.qwest.net) Quit (Quit: enebo)
[23:02] * DanC_ (~dconnolly@user1.kumc.edu) Quit (*.net *.split)
[23:02] * DanC_ (~dconnolly@user1.kumc.edu) has joined #jython
[23:44] * ctismer (~ctismer@django.stackless.com) Quit (Ping timeout: 260 seconds)
[23:44] * ctismer (~ctismer@django.stackless.com) has joined #jython
[23:57] <agronholm> fwierzbicki: any ETA for fixing #1871?

Index

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