Re: Python 2.6.5 crashes on trying to [ run setup.py test ] or [from fipy import * ]

2010-10-20 Thread Benny Malengier
2010/10/19 Jonathan Guyer > > > On Oct 19, 2010, at 2:47 PM, Jonathan Guyer wrote: > > > On Oct 19, 2010, at 11:35 AM, Benny Malengier wrote: > > > >> I noted the API for pysparse is greatly changed in development, so trunk > versions of pysparse will not work with current fipy. > >> It seems it

Re: Python 2.6.5 crashes on trying to [ run setup.py test ] or [from fipy import * ]

2010-10-19 Thread Jonathan Guyer
On Oct 19, 2010, at 2:47 PM, Jonathan Guyer wrote: > On Oct 19, 2010, at 11:35 AM, Benny Malengier wrote: > >> I noted the API for pysparse is greatly changed in development, so trunk >> versions of pysparse will not work with current fipy. >> It seems it will be possible to support the old a

Re: Python 2.6.5 crashes on trying to [ run setup.py test ] or [from fipy import * ]

2010-10-19 Thread Jonathan Guyer
On Oct 19, 2010, at 10:48 AM, andre van calster wrote: > I encountered the same problem with pysparse on windows. I have rebuilt > pysparse > using pysparse-1.2-dev203 with mingw for python 2.6.5 and also for python 2.5 > on > windows xp. pysparse still crashes in both cases: "from pysparse imp

Re: Python 2.6.5 crashes on trying to [ run setup.py test ] or [from fipy import * ]

2010-10-19 Thread Jonathan Guyer
On Oct 19, 2010, at 11:35 AM, Benny Malengier wrote: > I noted the API for pysparse is greatly changed in development, so trunk > versions of pysparse will not work with current fipy. > It seems it will be possible to support the old and new version of pysparse, > with some development effort

Re: Python 2.6.5 crashes on trying to [ run setup.py test ] or [from fipy import * ]

2010-10-19 Thread Benny Malengier
2010/10/19 andre van calster > > Hi all, > > I encountered the same problem with pysparse on windows. I have rebuilt > pysparse > using pysparse-1.2-dev203 with mingw for python 2.6.5 and also for python > 2.5 on > windows xp. pysparse still crashes in both cases: "from pysparse import > precon"

Re: Python 2.6.5 crashes on trying to [ run setup.py test ] or [from fipy import * ]

2010-10-19 Thread andre van calster
Hi all, I encountered the same problem with pysparse on windows. I have rebuilt pysparse using pysparse-1.2-dev203 with mingw for python 2.6.5 and also for python 2.5 on windows xp. pysparse still crashes in both cases: "from pysparse import precon" works, however "from pysparse import itsolvers"

Re: Python 2.6.5 crashes on trying to [ run setup.py test ] or [from fipy import * ]

2010-05-18 Thread Arvind Ajoy
Dear Daniel, William, Dariusz and other Fipyers Thanks for the prompt replies! I use a Debian system as my primary machine. Fipy works fine on this system. I was trying to get FiPy working on a Windows system, since I will not have access to my Debian box for the next few weeks. In any case, I

Re: Python 2.6.5 crashes on trying to [ run setup.py test ] or [from fipy import * ]

2010-05-18 Thread dkedzierski
Dear Arvind, You can always give a try to one of the linux distributions. Even if you don't want to install it on your hard drive. Simply obtain a VirtualBox and have a Ubuntu or other distro installed as a virtual machine. If you need any help with that I will be more than happy to answer your q

Re: Python 2.6.5 crashes on trying to [ run setup.py test ] or [from fipy import * ]

2010-05-18 Thread William Gathright
As a fellow Windows user I think I recognize what is going on. I encountered the same thing when trying to set up FiPy 2.1. I got my Windows setup to work by using the basic Python 2.5 (instead of enthought or PythonXY) and installing the python2.5 binaries for: Numpy 1.4.1 Scipy 0.7.2 Pysparse

Re: Python 2.6.5 crashes on trying to [ run setup.py test ] or [from fipy import * ]

2010-05-18 Thread Daniel Wheeler
Hi Arvind, I am sorry to say that pysparse is having issues on Windows with python 2.6. You can check this by doing "from pysparse import precon" at the command line. It should give the same error. currently, I have been unable to do a pysparse build that I can successfully import using python 2.6

Python 2.6.5 crashes on trying to [ run setup.py test ] or [from fipy import * ]

2010-05-18 Thread Arvind Ajoy
Hi I am trying to install Fipy-2.1 on a Windows XP system. Following the manual, I have installed Python(x,y)-2.6.5.1, pysparse-1.1_rc1.win32-py2.6, and gmsh-2.4.2. No errors are reported when I run the installer for Fipy-2.1 . However, from the base FiPy directory, when I do the following with