On 23 Feb 2007 14:36:24 -0800, vj <[EMAIL PROTECTED]> wrote: > Cool. Why is python 2.5 required, will it not work with python 2.4?
Short answer: because java2python produces python 2.5 syntax. Long answer: I wrote java2python specifically to translate the IB reference code. That reference code makes heavy use of the java ternary operator, and I wanted the most direct representation of that -- which is the conditional expression provided in python 2.5. -- http://mail.python.org/mailman/listinfo/python-list