
Sept. 29, 2006
12:11 p.m.
Hi all, I tried to compile scipy with Python 2.5 and Intel C++/Fortran compiler. The first import failed: In [1]:from scipy import * ------------------------------------------------------------ File "[...]/lib/python2.5/site-packages/scipy/maxentropy/maxentropy.py", line 69 from __future__ import division <type 'exceptions.SyntaxError'>: from __future__ imports must occur at the beginning of the file That problem was easy to fix just by following the instructions of that message in 2 files: scipy/maxentropy/maxentropy.py scipy/maxentropy/maxentutils.py Is that import necessary with Python 2.5 or even Python 2.4? Best regards, Lars