Hi Thomas, > Which one?
the helloworld one > I have no experiences wit Jython, so I can't comment. Maybe Andreas can, > he played a bit with Jython. But you stacktrace suggests that it is not > related to the Elementtree module. It also suggests that the re.findall > function might be implemented recursively in Jython (since we don't call > it in a recursive function), which is interesting. Is there a way of > increasing the recursion depth in Java (command line option, ...)?! never played with such an an option on the java side; I doubt it exists. Moreover, the error is a python exception, not an underlying java StackOverflowError. So it makes me think that the JVM behaves correctly and that the recursion control is actually implemented in the jython code itself as "normal" java code. It surely has something to do with the way Jython implements the "re" python package. I've googled a bit and found silmilar issues with hints on how to limit recursion with regex using some refactoring of the expression itself. But I'm far from being a regex specialist and the one that is used to parse the source is really frightening ;-) Vincent ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
