Ondrej Certik wrote:
On Fri, Sep 5, 2008 at 1:34 AM, osman <os...@fuse.net> wrote:
On Thu, 2008-09-04 at 08:35 +0200, Ondrej Certik wrote:
Which scipy version do you use?
In [1]: import scipy
In [2]: scipy.version.version Out[2]: '0.6.0'
if you use svn, which svn revision? Python 2.5.1 (r251:54863, Jul 31 2008, 23:17:43) [GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2 Type "help", "copyright", "credits" or "license" for more information.
import scipy scipy.version.version '0.7.0.dev4681' The website required svn of the latest scipy.
svn --version svn, version 1.4.4 (r25188) compiled Sep 28 2007, 11:57:48
Could you please try the scipy which is in Ubuntu? I hope it will work. Then we can figure out how to fix sfepy to also work with the latest scipy.
Ondrej
P,S, This is a nice example why we should never depend on a svn version of anything, because it will break sooner or later.
Well, we have already relaxed that requirement, it's just not got propagated to the docs. SfePy should run _both_ with the last stable release of NumPy/SciPy and with the SVN version.
r.