#jython IRC Log (v0.9)

Index

IRC Log for 2010-06-07

Timestamps are in GMT/BST.

[0:19] * lopex (lopex@chello089076044027.chello.pl) Quit ()
[0:27] * jabley (~jabley@fl-64-45-218-122.dyn.embarqhsd.net) has joined #jython
[0:57] * jabley (~jabley@fl-64-45-218-122.dyn.embarqhsd.net) Quit (Quit: jabley)
[1:05] * verterok (~ggonzalez@unaffiliated/verterok) has joined #jython
[1:10] * ttmrichter (~ttmrichte@111.172.28.19) has joined #jython
[1:10] * verterok (~ggonzalez@unaffiliated/verterok) Quit (Client Quit)
[1:26] * verterok (~ggonzalez@unaffiliated/verterok) has joined #jython
[1:34] * lucian (~lucian@188-222-55-189.zone13.bethere.co.uk) Quit (Quit: Leaving...)
[1:50] * exobyte (~exobyte@user-64-9-238-122.googlewifi.com) Quit (Read error: Connection reset by peer)
[2:32] * projectmoon (~projectmo@c-68-49-168-233.hsd1.va.comcast.net) has joined #jython
[2:32] * projectmoon (~projectmo@c-68-49-168-233.hsd1.va.comcast.net) Quit (Client Quit)
[2:39] * sgithens (~sgithens@2001:18e8:3:443:223:aeff:fe01:c4d) has joined #jython
[2:54] * sgithens (~sgithens@2001:18e8:3:443:223:aeff:fe01:c4d) Quit (Read error: Operation timed out)
[3:06] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[3:46] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 265 seconds)
[3:52] * dany2 (~dan@2001:470:1f06:309:21f:5bff:fef5:c3fb) Quit (Quit: dany2)
[3:53] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[4:02] * jabley (~jabley@fl-64-45-218-122.dyn.embarqhsd.net) has joined #jython
[4:20] * jimbaker (~jbaker@c-24-8-39-78.hsd1.co.comcast.net) has joined #jython
[4:51] * jimbaker (~jbaker@c-24-8-39-78.hsd1.co.comcast.net) Quit (Quit: jimbaker)
[4:58] * jimbaker (~jbaker@c-24-8-39-78.hsd1.co.comcast.net) has joined #jython
[5:38] * jimbaker (~jbaker@c-24-8-39-78.hsd1.co.comcast.net) Quit (Quit: jimbaker)
[5:47] * jimbaker (~jbaker@c-24-8-39-78.hsd1.co.comcast.net) has joined #jython
[5:56] * jabley (~jabley@fl-64-45-218-122.dyn.embarqhsd.net) Quit (Quit: jabley)
[7:08] * Oti (~ohumbel@adsl-89-217-188-177.adslplus.ch) Quit (Quit: Oti)
[7:12] * Oti (~ohumbel@adsl-89-217-188-177.adslplus.ch) has joined #jython
[7:18] * pigletto (~quassel@109.243.145.39) has joined #jython
[8:12] * thobe (~Adium@c83-249-235-76.bredband.comhem.se) Quit (Quit: Leaving.)
[08:16] == Oti [~ohumbel@adsl-89-217-188-177.adslplus.ch] has quit [Quit: Oti]
[08:17] == JythonLogBot [~PircBot@adsl-89-217-188-177.adslplus.ch] has quit [Remote host closed the connection]
[09:17] == Oti [~5390f2dc@gateway/web/freenode/x-jchbtjejuwzyaklh] has joined #jython
[09:23] == ohumbel [~5390f2dc@gateway/web/freenode/x-xlujjfoohhjqgxqf] has quit [Quit: Page closed]
[09:24] == raxelo [~vvitvitsk@80.91.178.197] has joined #jython
[09:26] <raxelo>:hi all. i am using 2.1 version of jython and dinamically add jar file to the path using
[09:26] <raxelo>:sys.packageManager.addJar(path,1)
[09:26] <raxelo> when i call dir(org.apache.log4j) it shows all content of package
[09:26] <raxelo> but when i try to import some class from that packages it fails
[09:28] == ohumbel [~5390f2dc@gateway/web/freenode/x-szdnqdudehwvayxr] has joined #jython
[09:29] <raxelo>:any ideas ?
[09:31] <agronholm>:I've only ever used jython 2.5
[09:32] <raxelo>:ok
[09:32] <agronholm>:why use such an ancient version?
[09:33] <raxelo>:production version
[09:34] <raxelo>:http://pastebin.com/VtumvHAe interesting that only packages are available
[09:36] <agronholm>:production version?
[09:42] <raxelo>:yes, it is used in our product
[09:43] <agronholm>: but why do you use such an old version in your product then
[09:46] <raxelo>: i do not decide such questions, and it is hard to change it because a part of software is strongly bounded with jython internals which very changed from jython 2.5 version
[09:46] <agronholm>:but there is at least v2.2.1
[09:46] <agronholm>:which should not be that different
[09:46] <agronholm>:what does your software do
[09:47] <raxelo>:i know - but it is huge testing step
[09:47] <raxelo>:agronholm, sorry but i can not talk about all that stuff, i have jython as script engine and have to use it . and currently i can not load log4j dynamically
[09:47] <raxelo>:and other bunch of jars ...
[09:48] <agronholm>:sorry but I don't know how to help you
[09:48] <raxelo>:ok, no problem ...
[09:48] <agronholm>:how does it fail
[09:51] <raxelo>:http://pastebin.com/7BaGvvKm here it is
[09:52] <raxelo>: i do not know why it does not recognise class files
[09:52] <raxelo>:i will try to add jar as class path entry
[09:52] <raxelo>:when running jython.jar
[09:58] <agronholm>:in 2.5 I would just add it to sys.path
[10:00] <raxelo>:and i have just found that it works when add jars to the java's classpath before starting jython
[10:00] <agronholm>:yeah
[10:00] <Oti>:raxelo: that's probably the safest way
[10:02] <raxelo>:Oti, i know- but my task right now - grap all python paths from pydev config file (including paths to the jars) and run jython with all that dependencies to make it available without eclipse
[10:03] <raxelo>:so i do grab in jython and add dependencies to the existing PySystemState
[10:20] <raxelo>:issue can be resolved by playing with classloader and PySystemState. thanks all!
[10:20] == raxelo [~vvitvitsk@80.91.178.197] has quit [Quit: Leaving]
[11:37] == lucian [~lucian@188-222-55-189.zone13.bethere.co.uk] has joined #jython
[12:40] == ttmrichter_ [~ttmrichte@59.172.36.163] has joined #jython
[12:41] == ttmrichter [~ttmrichte@111.172.28.19] has quit [Ping timeout: 265 seconds]
[12:48] == juneau001 [~juneau@FESS-116326.dhcp.fnal.gov] has joined #jython
[12:50] == ttmrichter_ [~ttmrichte@59.172.36.163] has quit [Quit: ...and I'm taking my ball with me!]
[12:50] == ttmrichter [~ttmrichte@59.172.36.163] has joined #jython
[14:34] == lheuer [~heuer@unaffiliated/lheuer] has joined #jython
[14:44] == pigletto [~quassel@109.243.145.39] has quit [Remote host closed the connection]
[15:06] == Oti [~5390f2dc@gateway/web/freenode/x-jchbtjejuwzyaklh] has quit [Ping timeout: 252 seconds]
[15:22] == Oti [~5390f2dc@gateway/web/freenode/x-xvgkgpplqzpkvzkb] has joined #jython
[16:01] == skay [~skay@pat1.orbitz.net] has joined #jython
[16:50] == jimbaker [~jbaker@c-24-8-39-78.hsd1.co.comcast.net] has quit [Quit: jimbaker]
[16:51] == ttmrichter [~ttmrichte@59.172.36.163] has quit [Ping timeout: 245 seconds]
[16:54] == ttmrichter [~ttmrichte@59.172.36.163] has joined #jython
[17:08] == mannaz [~mannaz@chello084113205242.2.14.vie.surfer.at] has joined #jython
[17:30] == ttmrichter [~ttmrichte@59.172.36.163] has quit [Quit: ...and I'm taking my ball with me!]
[17:34] == jimbaker [~jbaker@70.96.9.235] has joined #jython
[17:38] == lopex [lopex@chello089076044027.chello.pl] has joined #jython
[17:57] == pigletto [~pigletto@78.8.107.125] has joined #jython
[18:05] == jimbaker [~jbaker@70.96.9.235] has quit [Quit: jimbaker]
[18:07] == lheuer [~heuer@unaffiliated/lheuer] has quit [Quit: Closing Time]
[18:14] == whaley [~whaley@ec2-75-101-142-146.compute-1.amazonaws.com] has quit [Quit: ZNC - http://znc.sourceforge.net]
[18:21] == Oti [~5390f2dc@gateway/web/freenode/x-xvgkgpplqzpkvzkb] has quit [Ping timeout: 252 seconds]
[18:24] == Oti [~5390f2dc@gateway/web/freenode/x-uhqoqfijbfazvwta] has joined #jython
[18:39] == whaley [~whaley@ec2-75-101-142-146.compute-1.amazonaws.com] has joined #jython
[19:01] == Oti [~5390f2dc@gateway/web/freenode/x-uhqoqfijbfazvwta] has quit [Quit: Page closed]
[19:25] == JythonLogBot [~PircBot@adsl-84-226-68-68.adslplus.ch] has joined #jython
[19:25] -JythonLogBot:#jython- this channel is logged at http://jython.extreme.st/irclogs/
[19:44] * Oti (~ohumbel@adsl-84-226-68-68.adslplus.ch) has joined #jython
[19:45] * lucian_ (~lucian@188-222-55-189.zone13.bethere.co.uk) has joined #jython
[19:45] * lucian (~lucian@188-222-55-189.zone13.bethere.co.uk) Quit (Ping timeout: 245 seconds)
[20:14] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Read error: Connection reset by peer)
[20:15] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[20:32] * lucian_ (~lucian@188-222-55-189.zone13.bethere.co.uk) Quit (Read error: Operation timed out)
[20:33] * lucian (~lucian@188-222-55-189.zone13.bethere.co.uk) has joined #jython
[21:12] * jdmmmmm (~user@12.34.4.34) has joined #jython
[21:12] * jdmmmmm (~user@12.34.4.34) has left #jython
[21:34] * juneau001 (~juneau@FESS-116326.dhcp.fnal.gov) Quit (Quit: juneau001)
[21:47] * jimbaker (~jbaker@64.134.237.63) has joined #jython
[21:53] * jabley (~jabley@fl-64-45-218-122.dyn.embarqhsd.net) has joined #jython
[22:22] * thobe (~Adium@212-162-171-110.skbbip.com) Quit (Quit: Leaving.)
[22:37] * jabley (~jabley@fl-64-45-218-122.dyn.embarqhsd.net) Quit (Quit: jabley)
[22:49] * thobe (~Adium@c83-249-235-76.bredband.comhem.se) has joined #jython
[23:10] * lucian_ (~lucian@188-222-55-189.zone13.bethere.co.uk) has joined #jython
[23:10] * skay (~skay@pat1.orbitz.net) Quit (Quit: skay)
[23:12] * lucian (~lucian@188-222-55-189.zone13.bethere.co.uk) Quit (Ping timeout: 258 seconds)
[23:17] * pigletto (~pigletto@78.8.107.125) Quit (Remote host closed the connection)
[23:17] * jabley (~jabley@fl-64-45-218-122.dyn.embarqhsd.net) has joined #jython
[23:20] * lucian_ is now known as lucian
[23:20] * jabley (~jabley@fl-64-45-218-122.dyn.embarqhsd.net) Quit (Client Quit)
[23:25] * jimbaker (~jbaker@64.134.237.63) Quit (Quit: jimbaker)
[23:52] * projectmoon (~projectmo@c-68-49-168-233.hsd1.va.comcast.net) has joined #jython
[23:52] * projectmoon (~projectmo@c-68-49-168-233.hsd1.va.comcast.net) has left #jython

Index

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