[SciPy-user] PyDSTool and python2.6

Nils Wagner nwagner at iam.uni-stuttgart.de
Mon Mar 16 15:17:32 EDT 2009


On Mon, 16 Mar 2009 14:48:25 -0400
  Rob Clewley <rob.clewley at gmail.com> wrote:
> Nils,
> 
>> /home/nwagner/local/lib64/python2.6/site-packages/Pyrex/Compiler/Errors.py:17:
> 
> I'm not up to speed with everything in scipy-land but my 
>understanding
> was that numpy and scipy aren't even fully compatible 
>with python 2.6
> yet. I thought that was going to happen with numpy 1.3, 
>etc.? I can't
> install python 2.6 with these libraries on the only 
>computer I have
> available to test this right now. There are too many 
>possible issues
> that I can't control for if I don't have a working 
>python 2.6
> installation to test with. I don't know if I can be of 
>further help
> with this unless you switch to python 2.5, for which all 
>the tests are
> known to pass on linux boxes set up according to the 
>wiki
> instructions.
> 
> Sorry!
> Rob

Hi all,

Is there someone on the list using PyDSTool with python2.6 
?

IMHO, numpy and scipy work fine with python2.6


>>> import scipy
>>> numpy.__version__
'1.3.0.dev6685'
>>> scipy.__version__
'0.8.0.dev5620'

gfortran --version
GNU Fortran (SUSE Linux) 4.3.2 [gcc-4_3-branch revision 
141291]
Copyright (C) 2008 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent 
permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file 
named COPYING

gcc --version
gcc (SUSE Linux) 4.3.2 [gcc-4_3-branch revision 141291]
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying 
conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A 
PARTICULAR PURPOSE.


Nils



More information about the SciPy-User mailing list