From: Dominique O. <dom...@gm...> - 2010-01-17 14:31:00
|
On 16-Jan-10, at 8:36 PM, Kevin Allred wrote: > I'm stuck. I want to install FiPy, but the windows version of > python(x,y) is python version 2.6, and the only windows installable > version of PySparse is for python 2.5. I have no windows > compilers. Is there a solution that will get me windows installable > PySparse for python2.6? Hi Kevin, One way is to install MinGW (www.mingw.org) which is a port of the gcc to Windows. It also helps to install MSYS, from the same website, which gives you a nice Linux-like terminal. I've compiled Pysparse with Python 2.6 so I expect this should work, although I have never tried on Windows. Good luck, Dominique |