I went through these steps but I obtained an error while running the simulation. When I run the file runTest.py I obtain 34 failure on 38tests. There is a issue...I started with Python XY installed instead of EPD. Should I retry with EPD installed or is it the same?
Bye Mattia
On 3 Lug, 12:20, Robert Cimrman <cimr...@ntc.zcu.cz> wrote:
Hi again!
I have finally had some success with Windows installation of SfePy. It would be great, if someone could go through the following steps (assuming EPD [1] is installed) and report any problems (or an unlikely success) on the way:
installhttp://msysgit.googlecode.com/files/Git-1.6.3.2-preview20090608.exe
in a terminal, try typing 'git'
if git works, try in some directory:
git clone git://github.com/rc/sfepy.git cd sfepy git pull origin windows_install
python setup.py build_ext --inplace
- if all is ok, try:
python simple.py input/poisson.py
- if even this works, install paraview and look at the results in simple.vtk, or try:
ipython -wthread
and in ipython window:
%run postproc.py simple.vtk
cheers, r.