Mapgax / ibpy

Automatically exported from code.google.com/p/ibpy
Other
0 stars 0 forks source link

installation on Linux - fails #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. python setup.py install
2.
3.

What is the expected output? What do you see instead?
expect: clean install.  Error - byte-compiling
/usr/local/lib/python2.4/site-packages/ib/opt/message.py to message.pyc
  File "/usr/local/lib/python2.4/site-packages/ib/opt/message.py", line 68
    return '<%s message%s>' % (name, ' ' + items if items else '')
and 6 others, error arrow point to 'if'

What version of the product are you using? On what operating system?
0.7.1-9, on Centos 4.4  (with python 2.4)

Please provide any additional information below.
IbPy 0.5 installed fine.

Original issue reported on code.google.com by holdi...@gmail.com on 24 Feb 2007 at 3:14

GoogleCodeExporter commented 8 years ago
From the README file:

What are the requirements?
------------------------------------------------------------------------------
IbPy requires Python 2.5 or newer.  Previous versions are not supported.

The translated sources make heavy use of the conditional expression available 
only 
in python 2.5.  Please update your system or (install python 2.5 in an 
alternate 
location, i.e., your home directory).

Original comment by troy.mel...@gmail.com on 24 Feb 2007 at 3:28

GoogleCodeExporter commented 8 years ago
From the README file:

What are the requirements?
------------------------------------------------------------------------------
IbPy requires Python 2.5 or newer.  Previous versions are not supported.

The translated sources make heavy use of the conditional expression available 
only 
in python 2.5.  Please update your system or (install python 2.5 in an 
alternate 
location, i.e., your home directory).

Original comment by troy.mel...@gmail.com on 24 Feb 2007 at 3:28