#jython IRC Log (v0.9)

Index

IRC Log for 2016-02-25

Timestamps are in GMT/BST.

[1:07] * xemdetia (xemdetia@nat/ibm/x-icvdrnyjhibamdsj) Quit (Ping timeout: 250 seconds)
[1:31] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[1:31] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Client Quit)
[1:31] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[1:52] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Read error: Connection reset by peer)
[1:53] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[1:53] * LurkAshFlake (~lurk@unaffiliated/lurkashflake) has joined #jython
[1:53] <LurkAshFlake> hi all
[2:07] <pdurbin> LurkAshFlake: hi
[2:13] <LurkAshFlake> I learnd about jython because of Sikuli
[2:26] <pdurbin> heh. http://www.sikuli.org . interesting
[2:26] <LurkAshFlake> is char used for string too?
[2:27] <LurkAshFlake> I want to make an array of strings
[2:28] <LurkAshFlake> pdurbin ^
[2:30] <pdurbin> sorry. dunno. maybe some mods can help ... agronholm Arfrever jimbaker ^^
[2:36] <LurkAshFlake> guess it is just s
[2:47] <agronholm> an array of chars != array of Strings
[2:47] <agronholm> a String is not a primitive type, you want an array of Objects
[3:00] <LurkAshFlake> oh
[3:02] <agronholm> array.array(String, [])
[3:02] <agronholm> that's how it's actually done
[3:03] <agronholm> java arrays need the exact class
[3:05] <LurkAshFlake> i just did array = ["string1", "string2", "string3"]
[3:05] <agronholm> that's not an array though, it's a list
[3:05] <LurkAshFlake> I hope I can array[x]
[3:05] <LurkAshFlake> ah ok ok
[3:05] <agronholm> array(String, ["string1", "string2", "string3"])
[3:06] <LurkAshFlake> list can only push or pull i think
[3:06] <agronholm> but you only need arrays to interface with java APIs that require arrays
[3:06] <LurkAshFlake> good I'll use a list
[3:07] * Majora320 (~Majora320@71-35-163-163.tukw.qwest.net) has joined #jython
[3:07] * Majora320 (~Majora320@71-35-163-163.tukw.qwest.net) has left #jython
[3:19] * Einherjer (~einherjer@69.64.40.177) has joined #jython
[3:43] * paolo (~paolo@unaffiliated/paolo) Quit (Ping timeout: 264 seconds)
[3:45] * paolo (~paolo@unaffiliated/paolo) has joined #jython
[4:29] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) Quit (Remote host closed the connection)
[4:48] <LurkAshFlake> I get an error on this line: while(cityNumber<cityFb[accountNumber].length) [error] SyntaxError ( "mismatched input '\\n' expecting COLON", )
[4:48] <LurkAshFlake> cityFb is a 2d list
[4:50] <LurkAshFlake> agronholm ^
[4:50] <agronholm> LurkAshFlake: pastebin the entire thing
[4:50] <agronholm> oh hm
[4:50] <agronholm> like the message said, you're missing a colon at the end
[4:52] <LurkAshFlake> ohh ok
[4:53] <agronholm> I suggest you also use spaces around operators to increase readability
[5:08] * eatkin (~eatkin@166.70.212.121) Quit (Ping timeout: 255 seconds)
[5:09] * eatkin (~eatkin@166.70.212.121) has joined #jython
[6:23] * eatkin (~eatkin@166.70.212.121) Quit (Read error: Connection reset by peer)
[6:30] * eatkin (~eatkin@166.70.212.121) has joined #jython
[6:34] * eatkin (~eatkin@166.70.212.121) Quit (Read error: Connection reset by peer)
[6:37] * eatkin (~eatkin@166.70.212.121) has joined #jython
[6:49] * eatkin (~eatkin@166.70.212.121) Quit (Ping timeout: 248 seconds)
[6:50] * eatkin (~eatkin@166.70.212.121) has joined #jython
[6:53] * eatkin (~eatkin@166.70.212.121) Quit (Read error: Connection reset by peer)
[7:33] * eatkin (~eatkin@166.70.212.121) has joined #jython
[7:36] * eatkin_ (~eatkin@166.70.212.121) has joined #jython
[7:37] * eatkin (~eatkin@166.70.212.121) Quit (Ping timeout: 244 seconds)
[7:45] * N3sh108 (~N3sh108@dsl-hkibrasgw1-58c386-188.dhcp.inet.fi) has joined #jython
[7:49] * N3sh108 (~N3sh108@dsl-hkibrasgw1-58c386-188.dhcp.inet.fi) Quit (Ping timeout: 240 seconds)
[8:07] * eatkin_ (~eatkin@166.70.212.121) Quit (Ping timeout: 255 seconds)
[8:09] * eatkin (~eatkin@166.70.212.121) has joined #jython
[8:57] * ohumbel (5390f784@gateway/web/freenode/ip.83.144.247.132) has joined #jython
[11:57] * N3sh108 (~N3sh108@dsl-hkibrasgw1-58c386-188.dhcp.inet.fi) has joined #jython
[11:58] * N3sh108 (~N3sh108@dsl-hkibrasgw1-58c386-188.dhcp.inet.fi) Quit (Client Quit)
[11:59] * N3sh108 (~N3sh108@dsl-hkibrasgw1-58c386-188.dhcp.inet.fi) has joined #jython
[12:01] * N3sh108 (~N3sh108@dsl-hkibrasgw1-58c386-188.dhcp.inet.fi) Quit (Client Quit)
[12:50] * xemdetia (~xemdetia@129.42.208.176) has joined #jython
[13:22] * LurkAshFlake (~lurk@unaffiliated/lurkashflake) Quit (Ping timeout: 244 seconds)
[13:49] * LurkAshFlake (~lurk@modemcable052.223-178-173.mc.videotron.ca) has joined #jython
[13:56] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) has joined #jython
[15:25] * srcerer_ (~chatzilla@dns2.klsairexpress.com) has joined #jython
[15:27] * srcerer (~chatzilla@dns2.klsairexpress.com) Quit (Ping timeout: 240 seconds)
[15:27] * Einherjer (~einherjer@69.64.40.177) Quit (K-Lined)
[16:16] * LurkAshFlake (~lurk@modemcable052.223-178-173.mc.videotron.ca) Quit (Ping timeout: 252 seconds)
[17:30] * eatkin (~eatkin@166.70.212.121) Quit (Quit: ZNC 1.6.2 - http://znc.in)
[17:30] * eatkin (~eatkin@166.70.212.121) has joined #jython
[18:04] * Varun_Shankar_S (~chatzilla@1.39.62.122) has joined #jython
[18:08] * Varun_Shankar_S_ (~chatzilla@1.39.62.122) has joined #jython
[18:08] * Varun_Shankar_S (~chatzilla@1.39.62.122) Quit (Ping timeout: 240 seconds)
[18:08] * Varun_Shankar_S_ is now known as Varun_Shankar_S
[18:28] * Varun_Shankar_S (~chatzilla@1.39.62.122) Quit (Ping timeout: 244 seconds)
[18:48] * N3sh108 (~N3sh108@dsl-hkibrasgw1-58c386-188.dhcp.inet.fi) has joined #jython
[18:52] * N3sh108 (~N3sh108@dsl-hkibrasgw1-58c386-188.dhcp.inet.fi) Quit (Client Quit)
[18:54] * xemdetia (~xemdetia@129.42.208.176) Quit (Ping timeout: 255 seconds)
[18:55] * xemdetia (xemdetia@nat/ibm/x-pbyklxwwzdegkfkj) has joined #jython
[19:05] * Nebula_ (~chatzilla@1.39.61.240) has joined #jython
[19:13] * Nebula_ (~chatzilla@1.39.61.240) Quit (Quit: ChatZilla 0.9.92 [Firefox 43.0.1/20151216175450])
[19:15] * srcerer_ is now known as srcerer
[20:25] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 276 seconds)
[21:48] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) Quit (Remote host closed the connection)
[21:49] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) has joined #jython
[22:01] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) Quit (Remote host closed the connection)
[22:32] * jimklo (~jimklo@192.12.16.110) has joined #jython
[22:33] <jimklo> greetings, having a problem with using virtualenv with jython. when I try to use the virualenv pip, the shebang line within console script is wrong.
[22:34] <jimklo> anyone know how to resolve that?
[22:35] <jimklo> specifically the issue is that the shebang line is quoted, i.e. #!"/usr/bin/env /path/to/jython"
[22:38] <jimklo> when I try to use the virualenv pip, the shebang line within console script is wrong. specifically the issue is that the shebang line is quoted, i.e. #!"/usr/bin/env /path/to/jython"
[22:55] * xemdetia_ (xemdetia@nat/ibm/x-umtmkatpiprrbqjo) has joined #jython
[22:59] * xemdetia (xemdetia@nat/ibm/x-pbyklxwwzdegkfkj) Quit (Ping timeout: 252 seconds)
[22:59] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) has joined #jython
[23:02] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) Quit (Remote host closed the connection)
[23:32] * Einherjer (~einherjer@69.64.40.177) has joined #jython
[23:33] * Einherjer (~einherjer@69.64.40.177) Quit (K-Lined)

Index

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