On 06/21/11 19:33, tone....@gmail.com wrote:
i'm finding sfepy to be very interesting, but installing it on windows is very much tiresome. is there any way to make the installation one- click??? thanks.
There is not. It would be nice to have, but I do not use Windows at all, so I have no clue how a windows installer can be implemented. Any windows power-users around?
Anyway the long instructions [1] apply only if you want to use umfpack and optimized blas/lapack underhood. If you want just to try the examples, all you need is to install EPD [2] which has a GUI installer, and then run
python setup.py build_ext --inplace
in the directory where you have sfepy sources (unpacked release or a git clone).
Actually, I have found now, that the latest Python(x,y) already contains pyparsing in additional plugins, so the same instructions apply here: install Python(x,y) (all the plugins for simplicity), and the unpack sfepy and build it.
Does this help? r.
[1] http://docs.sfepy.org/doc-devel/introduction.html#running-on-windows-using-p... [2] http://www.enthought.com/products/epd.php