From: Daniel W. <dan...@gm...> - 2008-04-17 14:18:30
|
Hi Jose, On Wed, Apr 16, 2008 at 3:24 PM, Jose Lopez <lo...@gm...> wrote: > hi > > i am student and i am working with sparse matrix and solver linear > equations, but i am working with python 2.5, so > > exist pysparse for python 2.5 under windows? No. Not yet. When I do another release I'll include a binary version for 2.5. You could also try using scipy or installing a version of python that just includes everything you need. Try Enthought Python or PythonXY. Scipy has sparse solvers and both Enthought and PythonXY include scipy. Cheers -- Daniel Wheeler |