ANN: IbPy 0.7.0-9.00 - Interactive Brokers Python API

Troy Melhase troy.melhase at gmail.com
Fri Feb 23 17:51:09 EST 2007


On 23 Feb 2007 14:36:24 -0800, vj <vinjvinj at gmail.com> 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.



More information about the Python-list mailing list