#jython IRC Log (v0.9)

Index

IRC Log for 2011-11-15

Timestamps are in GMT/BST.

[0:53] * Trundle (~andy@python/site-packages/trundle) Quit (Ping timeout: 240 seconds)
[2:07] * stakkars (~tismer@p5DDB5E98.dip.t-dialin.net) Quit (Ping timeout: 245 seconds)
[2:26] * wainersm (~wainersm@201-42-53-172.dsl.telesp.net.br) Quit (Quit: Ex-Chat)
[2:29] * srcerer (~chatzilla@dns2.klsairexpress.com) has joined #jython
[4:08] * blup (~blup@mon75-12-82-236-114-40.fbx.proxad.net) Quit (Ping timeout: 244 seconds)
[4:17] * blup (~blup@mon75-12-82-236-114-40.fbx.proxad.net) has joined #jython
[4:22] * stakkars (~tismer@p5DDB7E68.dip.t-dialin.net) has joined #jython
[4:54] * blup (~blup@mon75-12-82-236-114-40.fbx.proxad.net) Quit (Ping timeout: 252 seconds)
[5:19] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[8:19] * Trundle (~andy@python/site-packages/trundle) has joined #jython
[12:11] * juneau001 (~juneau@131.225.24.135) has joined #jython
[16:41] <agronholm> what in Jython can produce "ImportError: unable to handle
[16:41] <agronholm> (just ends there)
[16:45] <jimbaker> agronholm, it's in org.python.core.JavaImporter
[16:45] <agronholm> maybe there should be a more informative error message...
[16:46] <agronholm> from javax.ejb import EJBException, EJBAccessException, ApplicationException
[16:46] <agronholm> reported that it couldn't import EJBException
[16:46] <agronholm> when in fact it had trouble with the latter two
[16:46] <jimbaker> sounds like a good bug
[16:46] <agronholm> I'll just add it to the pile
[16:47] <agronholm> I don't think this is good behavior either: http://pastebin.com/H9cj24d4
[16:50] <jimbaker> yes, that's a bit of a mess
[16:50] <agronholm> any thoughts why that happens?
[16:50] <agronholm> it's not the first time I see something like that
[16:51] <agronholm> may be related to the bug I experienced earlier (overridden Java method in Python gets a null argument instead of None)
[16:51] <agronholm> jimbaker: assuming I make proper bug reports, is there any chance these will get fixed in the 2.5 branch?
[16:53] <agronholm> zipimport.ZipImportError: 'not a Zip file: /home/alex/workspace/Etikettu-Client/pysrc/etikettu/views'
[16:53] <jimbaker> agronholm, that's a great question. my personal focus is on 2.6, specifically on invokedynamic and everything that enables. it's worth asking on jython-dev
[16:53] <agronholm> more crazy crap
[16:54] <agronholm> I'll do that
[16:54] <agronholm> dancing around jython bugs is taking up way too much of my time
[16:57] <agronholm> ImportError: "path isn't for classpath importer"
[17:03] * Trundle (~andy@python/site-packages/trundle) Quit (Remote host closed the connection)
[17:25] <agronholm> from org.hibernate import Hibernate
[17:25] <agronholm> ImportError: No module named hibernate
[17:25] <agronholm> despite hibernate3.jar being in the JYTHONPATH (verified it being in sys.path)
[17:25] <agronholm> a trivial java app with the same CLASSPATH compiles just fine and can import that class
[17:26] <agronholm> what am I doing wrong?!?!?
[17:26] <agronholm> jython is driving me crazy
[17:26] <agronholm> how do other developers deal with this crap?
[20:18] * juneau001 (~juneau@131.225.24.135) Quit (Quit: juneau001)
[23:27] * fwierzbicki (~frank@99-106-170-105.lightspeed.sntcca.sbcglobal.net) Quit (Quit: Ex-Chat)

Index

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