#jython IRC Log (v0.9)

Index

IRC Log for 2016-05-10

Timestamps are in GMT/BST.

[0:25] * jimklo (~jimklo@71-92-226-171.dhcp.trlk.ca.charter.com) has joined #jython
[1:18] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) has joined #jython
[1:23] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) Quit (Ping timeout: 276 seconds)
[2:15] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Excess Flood)
[2:16] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[3:20] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) has joined #jython
[3:24] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) Quit (Ping timeout: 260 seconds)
[3:36] * stewori (~stefan@5.146.129.173) Quit (Quit: Leaving.)
[5:21] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) has joined #jython
[5:26] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) Quit (Ping timeout: 252 seconds)
[5:54] * jimklo (~jimklo@71-92-226-171.dhcp.trlk.ca.charter.com) Quit (Remote host closed the connection)
[5:55] * jimklo (~jimklo@71-92-226-171.dhcp.trlk.ca.charter.com) has joined #jython
[5:59] * jimklo (~jimklo@71-92-226-171.dhcp.trlk.ca.charter.com) Quit (Ping timeout: 246 seconds)
[6:54] * jimklo (~jimklo@71-92-226-171.dhcp.trlk.ca.charter.com) has joined #jython
[6:59] * jimklo (~jimklo@71-92-226-171.dhcp.trlk.ca.charter.com) Quit (Ping timeout: 276 seconds)
[7:16] * ahhughes (caa14106@gateway/web/freenode/ip.202.161.65.6) has joined #jython
[7:16] <ahhughes> is there anyway jython can call a module from the cpython world?
[7:20] * ahhughes (caa14106@gateway/web/freenode/ip.202.161.65.6) has left #jython
[7:28] * jimklo (~jimklo@71-92-226-171.dhcp.trlk.ca.charter.com) has joined #jython
[7:48] * jimklo (~jimklo@71-92-226-171.dhcp.trlk.ca.charter.com) Quit (Remote host closed the connection)
[11:06] * will_f (~will_f@143.167.131.132) has joined #jython
[11:06] * will_f (~will_f@143.167.131.132) Quit (Changing host)
[11:06] * will_f (~will_f@unaffiliated/will-f/x-7960964) has joined #jython
[11:18] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) has joined #jython
[11:22] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) Quit (Ping timeout: 244 seconds)
[12:24] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) has joined #jython
[12:24] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) Quit (Remote host closed the connection)
[12:25] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) has joined #jython
[13:05] * xemdetia (~xemdetia@pool-96-230-53-83.bstnma.fios.verizon.net) has joined #jython
[13:32] * will_f (~will_f@unaffiliated/will-f/x-7960964) Quit (Quit: Leaving)
[15:41] * jimklo (~jimklo@192.12.16.110) has joined #jython
[15:50] * xemdetia (~xemdetia@pool-96-230-53-83.bstnma.fios.verizon.net) Quit (Ping timeout: 276 seconds)
[16:31] * xemdetia (xemdetia@nat/ibm/x-qxrpbhkgerswetqg) has joined #jython
[16:52] * IvanPonomarev (~Ivan@46.28.89.250) has joined #jython
[17:00] * ohumbel (5390f784@gateway/web/freenode/session) has joined #jython
[17:18] * IvanPonomarev (~Ivan@46.28.89.250) Quit (Quit: Leaving)
[18:30] * jimklo_ (~jimklo@71-92-226-171.dhcp.trlk.ca.charter.com) has joined #jython
[18:32] * jimklo (~jimklo@192.12.16.110) Quit (Ping timeout: 265 seconds)
[18:56] * ohumbel (5390f784@gateway/web/freenode/session) Quit (Changing host)
[18:56] * ohumbel (5390f784@gateway/web/freenode/ip.83.144.247.132) has joined #jython
[19:05] * jimklo (~jimklo@192.12.16.110) has joined #jython
[19:09] * jimklo_ (~jimklo@71-92-226-171.dhcp.trlk.ca.charter.com) Quit (Ping timeout: 265 seconds)
[21:03] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) Quit (Remote host closed the connection)
[22:36] * xemdetia (xemdetia@nat/ibm/x-qxrpbhkgerswetqg) Quit (Ping timeout: 250 seconds)
[23:30] * ahhughes (caa14106@gateway/web/freenode/ip.202.161.65.6) has joined #jython
[23:33] <ahhughes> good morning... so sorry to be asking basic/n00b questions.. but I was using the jython-2.7.jar (with "python.import.site","false") , until I try and import json, then it says the module does not exist. A quick search says I should be using the standalone distro... not sure if this is true or not, and I also don't know if this is related to the site import settings. Anyone?
[23:57] <ahhughes> ...also. The jython-2.7.jar does not contain ./Lib/*.py contents but the standalone does... the presence/use of ./Lib/ directory when it does not correspond to a package is breaking the OSGI (maven) bundle plugin.... Class in different directory than declared. Path from class name is BaseHTTPServer$py.class but the path in the jar is Lib/BaseHTTPServer$py.class from 'Jar:jython-standalone-2.7.0.jar'
[23:58] <ahhughes> and I tend to think the plugin might be right here.

Index

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