#jython IRC Log (v0.9)

Index

IRC Log for 2013-01-27

Timestamps are in GMT/BST.

[0:15] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[5:32] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[7:37] * Raven7 (~na@97-127-96-1.mpls.qwest.net) has joined #jython
[7:37] * darjus (~darjus@96-26-62-132.war.clearwire-wmx.net) Quit (Quit: Konversation terminated!)
[7:47] * Arfrever (~Arfrever@apache/committer/Arfrever) has joined #jython
[8:29] * seletz (~seletz@HSI-KBW-078-042-237-238.hsi3.kabel-badenwuerttemberg.de) has joined #jython
[8:46] * purplefox (~purplefox@host-2-97-38-215.as13285.net) has joined #jython
[8:59] * synasius (~syn@79.143.112.172) has joined #jython
[10:45] * seletz (~seletz@HSI-KBW-078-042-237-238.hsi3.kabel-badenwuerttemberg.de) Quit (Quit: seletz)
[11:21] * lheuer (~Adium@unaffiliated/lheuer) Quit (Quit: Leaving.)
[11:34] * purplefox (~purplefox@host-2-97-38-215.as13285.net) Quit (Ping timeout: 276 seconds)
[12:06] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[13:21] * purplefox (~purplefox@host-78-150-4-241.as13285.net) has joined #jython
[13:58] * neotrinity (~neotrinit@client-86-23-88-79.brhm.adsl.virginmedia.com) has joined #jython
[14:41] * lheuer (~Adium@unaffiliated/lheuer) Quit (Quit: Leaving.)
[14:52] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[15:17] <topi`> so what happened to wiki.python.org? hard disk crash?
[15:18] <agronholm> iirc it was hacked
[15:18] <agronholm> not sure why it hasn't been restored
[15:18] <Hukka> Because they don't have backups
[15:18] <Hukka> http://wiki.python.org/moin/WikiAttack2013
[15:18] <Hukka> Latest is from last June
[15:18] <Hukka> In other words: they screwed up
[15:19] <Hukka> They have some kind of "grasping at straws" plan of getting things from archive.org and search engine caches
[15:21] <topi`> nasty hackers, they seem to have something against python
[15:21] <topi`> closet java coders
[15:22] <topi`> the RoadMap says that v2.7 is the main focus and beta is imminent (september 2012) .. we're in 2013 now, what's the status of the beta now?
[15:23] <agronholm> topi`: check bugs.jython.org for bugs targeted at 2.7 alphas
[15:23] <agronholm> that said, I'm fairly sure fwierzbicki will drop a beta "very soon"
[15:29] <neotrinity> hi guys, i am new to the jython irc
[15:33] <topi`> the examples section in wiki needs an example of how to create a servlet
[15:34] <topi`> since everybody is doing apps for the web these days
[15:36] * seletz (~seletz@HSI-KBW-078-042-237-238.hsi3.kabel-badenwuerttemberg.de) has joined #jython
[15:37] <neotrinity> the jython does seems to container a few pointers on this ?
[15:41] <neotrinity> * sorry I meant the jythonbook contains a few pointers on how to create a servlet ..
[15:41] <neotrinity> http://www.jython.org/jythonbook/en/1.0/DeploymentTargets.html#application-servers
[15:54] * jlwestsr (~jlwestsr@2602:30b:82c8:6529:64fb:ffec:1557:dd9f) has joined #jython
[16:26] * jlwestsr (~jlwestsr@2602:30b:82c8:6529:64fb:ffec:1557:dd9f) Quit (Quit: Ex-Chat)
[17:03] * neotrinity (~neotrinit@client-86-23-88-79.brhm.adsl.virginmedia.com) Quit (Quit: Leaving)
[17:05] * f13o (~f13o@89.101.206.226) has joined #jython
[18:17] * seletz (~seletz@HSI-KBW-078-042-237-238.hsi3.kabel-badenwuerttemberg.de) Quit (Quit: seletz)
[18:32] * purplefox (~purplefox@host-78-150-4-241.as13285.net) Quit (Quit: Leaving)
[18:36] <topi`> I'm trying to create a simple Jython servlet. however, I get this when I try to load the JythonServlet1.py :
[18:36] <topi`> java.lang.NoClassDefFoundError: Could not initialize class org.python.core.PySystemState
[18:36] <topi`> org.python.util.PyServlet.createInterpreter(PyServlet.java:123)
[18:43] <topi`> this is on a debian system, tomcat6 from debian package, jython 2.5.2
[19:25] * duri (mduregon@c-71-59-250-251.hsd1.or.comcast.net) has joined #jython
[19:35] <duri> newbie here: almost obvious question but I do not see it listed as FAQ ... is the release number in Jython equivalent to the release number of Cpython ? for example Jython 2.5.3 ... does that mean "third subrelease of jython support Python 2.5" ?
[19:42] * f13o (~f13o@89.101.206.226) Quit (Ping timeout: 260 seconds)
[20:08] * msavy (~msavy@redhat/jboss/msavy) has joined #jython
[21:00] * Arfrever (~Arfrever@apache/committer/Arfrever) Quit (Ping timeout: 255 seconds)
[21:19] <topi`> duri: yes, jython 2.5.3 is compatible with python 2.5
[21:19] <topi`> and 2.7a2 is compatible with py 2.7
[21:24] * Raven7 (~na@97-127-96-1.mpls.qwest.net) has left #jython
[22:30] * darjus (~darjus@96-26-62-132.war.clearwire-wmx.net) has joined #jython
[22:51] <topi`> it seems the debian "jython" package is missing jythonc ... are there reasons for this omission?
[22:55] <agronholm> topi`: what jython version is that?
[22:55] <agronholm> jython has not had a jythonc since v2.5
[22:55] <agronholm> jythonc is gone forever
[22:56] <topi`> ok. I guess for good reasons?
[22:56] <agronholm> yes
[22:57] <agronholm> it's impossible to implement for python 2.5 language features
[22:57] <agronholm> or so I've been told
[22:57] <agronholm> at least generators will not translate to java
[22:59] <topi`> I understand that fairly well
[22:59] <topi`> generators are such a neat trick
[22:59] <topi`> I use them in twisted to do asynchronous coding
[23:10] <topi`> can anyone figure out what's going wrong in my jython servlet here:
[23:10] <topi`> http://uni.kaverit.org:8080/jythondemo/JythonServlet1.py
[23:10] * synasius (~syn@79.143.112.172) Quit (Quit: Sto andando via)
[23:32] * duri (mduregon@c-71-59-250-251.hsd1.or.comcast.net) Quit (Quit: leaving)

Index

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