#jython IRC Log (v0.9)

Index

IRC Log for 2010-05-12

Timestamps are in GMT/BST.

[00:13] == stakkars [~tismer@82.113.106.161] has quit [Ping timeout: 245 seconds]
[00:16] == dom96_ [~dom96@host86-180-67-55.range86-180.btcentralplus.com] has joined #jython
[00:20] == jabley [~jabley@cpc1-farn4-0-0-cust318.glfd.cable.ntl.com] has quit [Quit: jabley]
[00:31] == dom96_ [~dom96@host86-180-67-55.range86-180.btcentralplus.com] has quit [Quit: Bye all]
[00:47] == super` [~super_@pool-173-65-48-13.tampfl.fios.verizon.net] has quit [Quit: Leaving]
[00:48] == lolsuper_ [~super_@unaffiliated/lolsuper-/x-9881387] has joined #jython
[01:03] == robbyoconnor [~wakawaka@cpe-24-164-169-240.hvc.res.rr.com] has joined #jython
[01:03] == robbyoconnor [~wakawaka@cpe-24-164-169-240.hvc.res.rr.com] has quit [Changing host]
[01:03] == robbyoconnor [~wakawaka@guifications/user/r0bby] has joined #jython
[01:11] == agronholm_ [agronholm@xdsl-413aa464597eb9918be3.v6.nebulazone.fi] has joined #jython
[01:14] == agronholm [agronholm@xdsl-413a04aca6f86c1d62fc.v6.nebulazone.fi] has quit [Ping timeout: 240 seconds]
[01:20] == skay [~skay@pat1.orbitz.net] has quit [Quit: skay]
[01:26] == stakkars [~tismer@82.113.106.161] has joined #jython
[01:34] == stakkars [~tismer@82.113.106.161] has quit [Ping timeout: 245 seconds]
[01:50] == robbyoconnor [~wakawaka@guifications/user/r0bby] has quit [Read error: Connection reset by peer]
[01:50] == robbyoconnor [~wakawaka@cpe-24-164-169-240.hvc.res.rr.com] has joined #jython
[01:51] == robbyoconnor [~wakawaka@cpe-24-164-169-240.hvc.res.rr.com] has quit [Changing host]
[01:51] == robbyoconnor [~wakawaka@guifications/user/r0bby] has joined #jython
[02:04] == ttmrichter [~ttmrichte@59.173.200.34] has joined #jython
[03:00] == lopex [lopex@chello089076044027.chello.pl] has quit []
[06:46] == Oti [~ohumbel@adsl-62-167-87-97.adslplus.ch] has joined #jython
[7:06] -niven.freenode.net- *** Looking up your hostname...
[7:06] -niven.freenode.net- *** Checking Ident
[7:06] -niven.freenode.net- *** No Ident response
[7:06] -niven.freenode.net- *** Found your hostname
[7:06] [frigg VERSION]
[7:06] * JythonLogBot (~PircBot@adsl-62-167-87-97.adslplus.ch) has joined #jython
[7:06] * Topic is 'Jython 2.5.1 final at http://www.jython.org/ | This channel is logged: http://jython.extreme.st/irclogs/ | Please update the wiki: http://wiki.python.org/jython/ | Pastebin: http://pylonshq.com/pasties | IRC Channel: http://wiki.python.org/jython/IrcChannel | Jython Book: http://jythonbook.com | Podcast: http://www.jythonpodcast.com'
[7:06] * Set by pjenvey!~pjenvey@underboss.org on Tue May 04 00:00:54 CEST 2010
[7:10] * pigletto (~quassel@94.254.156.231) has joined #jython
[8:14] * jabley (~jabley@cpc1-farn4-0-0-cust318.glfd.cable.ntl.com) has joined #jython
[8:19] * thobe (~Adium@c-4f66f411-74736162.cust.telenor.se) Quit (Quit: Leaving.)
[8:49] * thobe (~Adium@212-162-171-110.skbbip.com) has joined #jython
[9:15] * lolsuper_ (~super_@unaffiliated/lolsuper-/x-9881387) Quit (Read error: Connection reset by peer)
[9:57] * lheuer (~heuer@unaffiliated/lheuer) has joined #jython
[10:11] * headius (~headius@217.153.107.162) has joined #jython
[10:21] * jabley (~jabley@cpc1-farn4-0-0-cust318.glfd.cable.ntl.com) Quit (Quit: jabley)
[10:34] * enebo (~enebo@217.153.107.162) has joined #jython
[10:40] * hipertracker (~hipertrac@89.167.220.4) has joined #jython
[11:04] * jabley (~jabley@87-84-49-84.absolutely2.mezzonet.net) has joined #jython
[11:55] * hipertracker (~hipertrac@89.167.220.4) Quit (Quit: hipertracker)
[11:55] * hipertracker (~hipertrac@89.167.220.4) has joined #jython
[12:24] * headius (~headius@217.153.107.162) Quit (Quit: headius)
[12:24] * enebo (~enebo@217.153.107.162) Quit (Quit: enebo)
[12:40] * headius (~headius@iil126.internetdsl.tpnet.pl) has joined #jython
[12:42] * enebo (~enebo@iil126.internetdsl.tpnet.pl) has joined #jython
[12:43] * agronholm_ (agronholm@xdsl-413aa464597eb9918be3.v6.nebulazone.fi) Quit (Quit: Lähdössä)
[12:47] * agronholm (demigod@2001:1bc8:102:413a:8e4:e2:1ad7:7ef) has joined #jython
[13:05] * asina12 (~user@124.82.62.194) has joined #jython
[13:06] <asina12> hi, I am using pydev with jython, could someone please tell me how do I package the jython scripts into a .jar file?
[13:07] <Oti> asina12: i don't know if pydev has an option for that, but doing it by hand would mean:
[13:08] <Oti> - install the standalone jython.jar
[13:08] <asina12> done that..
[13:08] <Oti> - pack your scripts into the /Lib folder
[13:09] <asina12> Oti: just to confirm, its jython2.5.1/Lib right?
[13:10] <Oti> no, i meant the /Lib folder inside the standalone jython.jar
[13:10] <Oti> you then can deploy it and run your scripts from there
[13:11] <Oti> inside the IDE, place your scripts wherever you and the IDE are happy with
[13:11] * juneau001 (~juneau@FESS-107230.dhcp.fnal.gov) has joined #jython
[13:12] <asina12> let's say i have one script called hello.py, how would I deploy it once i copied it to the jython.jar?
[13:15] <Oti> just deploy jython.jar, launch the interpreter with java-jar jython.jar, and then 'from hello import ...'
[13:16] <Oti> if hello.py should be run by execfile(), i cannot tell by heart if and how to do it
[13:16] * lucian (~lucian@cpc3-benw9-2-0-cust344.gate.cable.virginmedia.com) has joined #jython
[13:18] <Oti> but http://wiki.python.org/jython/JythonFaq/DistributingJythonScripts explains quite some stuff
[13:22] <asina12> thanks Oti
[13:22] <asina12> I will read the link
[13:31] <Oti> you're welcome
[13:35] * ttmrichter (~ttmrichte@59.173.200.34) Quit (Remote host closed the connection)
[13:58] * ttmrichter (~ttmrichte@59.173.200.34) has joined #jython
[14:15] * ohumbel (~5390f2dc@gateway/web/freenode/x-bpbhejwnjgmxfuiw) Quit (Quit: Page closed)
[14:19] * ohumbel (~5390f2dc@gateway/web/freenode/x-xtedkiejirlksrts) has joined #jython
[14:22] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 245 seconds)
[14:31] * lheuer (~heuer@unaffiliated/lheuer) Quit (Read error: No route to host)
[14:42] * lheuer (~heuer@unaffiliated/lheuer) has joined #jython
[14:45] * asina12 (~user@124.82.62.194) Quit (Ping timeout: 265 seconds)
[14:53] * pigletto (~quassel@94.254.156.231) Quit (Read error: Connection reset by peer)
[15:32] * tinjaw (~Chaim@rrcs-67-52-232-163.west.biz.rr.com) has joined #jython
[16:13] * skay (~skay@pat1.orbitz.net) has joined #jython
[16:31] * enebo (~enebo@iil126.internetdsl.tpnet.pl) Quit (Quit: enebo)
[16:31] * headius (~headius@iil126.internetdsl.tpnet.pl) Quit (Quit: headius)
[16:45] * headius (~headius@217.153.107.162) has joined #jython
[16:48] * enebo (~enebo@217.153.107.162) has joined #jython
[16:55] * lheuer (~heuer@unaffiliated/lheuer) Quit (Quit: Closing Time)
[17:33] * verterok (~ggonzalez@unaffiliated/verterok) Quit (Ping timeout: 252 seconds)
[17:34] * verterok (~ggonzalez@unaffiliated/verterok) has joined #jython
[17:38] * juneau001 (~juneau@FESS-107230.dhcp.fnal.gov) Quit (Quit: Take care...)
[17:41] * IRCReader (~wing@75.158.92.107) has joined #jython
[17:42] * jabley (~jabley@87-84-49-84.absolutely2.mezzonet.net) Quit (Quit: jabley)
[17:44] * IRCReader (~wing@75.158.92.107) has left #jython
[18:11] * thobe (~Adium@212-162-171-110.skbbip.com) Quit (Quit: Leaving.)
[18:12] * ttmrichter (~ttmrichte@59.173.200.34) Quit (Quit: ...and I'm taking my ball with me!)
[18:19] * thobe (~Adium@212-162-171-110.skbbip.com) has joined #jython
[18:22] * thobe (~Adium@212-162-171-110.skbbip.com) Quit (Client Quit)
[18:38] * juneau001 (~juneau@pool-72-69-84-232.chi01.dsl-w.verizon.net) has joined #jython
[18:40] * lopex (lopex@chello089076044027.chello.pl) has joined #jython
[19:09] * hipertracker (~hipertrac@89.167.220.4) Quit (Quit: hipertracker)
[19:20] * jabley (~jabley@cpc1-farn4-0-0-cust318.glfd.cable.ntl.com) has joined #jython
[20:37] * robbyoconnor (~wakawaka@74.39.200.33) has joined #jython
[20:37] * robbyoconnor (~wakawaka@74.39.200.33) Quit (Changing host)
[20:37] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[20:49] * stakkars (~tismer@82.113.119.242) has joined #jython
[21:01] * thobe (~Adium@c83-249-235-76.bredband.comhem.se) has joined #jython
[21:12] * thobe1 (~Adium@c83-249-235-76.bredband.comhem.se) has joined #jython
[21:14] * thobe (~Adium@c83-249-235-76.bredband.comhem.se) Quit (Ping timeout: 240 seconds)
[21:49] * lolsuper_ (~super_@unaffiliated/lolsuper-/x-9881387) has joined #jython
[22:29] * stakkars (~tismer@82.113.119.242) Quit (Quit: stakkars)
[22:38] * jabley (~jabley@cpc1-farn4-0-0-cust318.glfd.cable.ntl.com) Quit (Quit: jabley)
[22:40] * froosch (~froschi@147.172.224.61) Quit (Ping timeout: 240 seconds)
[23:03] * pigletto (~pigletto@dynamic-78-8-97-11.ssp.dialog.net.pl) has joined #jython
[23:14] * jabley (~jabley@cpc1-farn4-0-0-cust318.glfd.cable.ntl.com) has joined #jython
[23:16] * lucian (~lucian@cpc3-benw9-2-0-cust344.gate.cable.virginmedia.com) Quit (Quit: Leaving...)
[23:17] * pigletto (~pigletto@dynamic-78-8-97-11.ssp.dialog.net.pl) Quit (Remote host closed the connection)
[23:25] * grarp (~nparrish@ns1.clustrix.com) has joined #jython
[23:34] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 248 seconds)
[23:41] * enebo (~enebo@217.153.107.162) Quit (Quit: enebo)
[23:47] * projectmoon (~projectmo@c-68-49-168-233.hsd1.va.comcast.net) has joined #jython
[23:47] * projectmoon (~projectmo@c-68-49-168-233.hsd1.va.comcast.net) has left #jython
[23:47] * dhaza (~dhaza@nyc01.limewire.com) has joined #jython
[23:47] <dhaza> hi
[23:58] * headius (~headius@217.153.107.162) Quit (Quit: headius)

Index

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