Well, that means that you don't have scipy installed (or at least QGIS cannot find it). My OSGeo4W installation places it under:
C:\OSGeo4W\apps\python27\lib\site-packages Where and how did you installed scipy and statsmodels? Also, you can check the places where QGIS looks for libraries from the Python console: >>> import sys >>> for i in sys.path: . . . print i . . . (check directories) 2013/5/30 Vania Carolina <[email protected]> > Hello Jorge and Victor, thanks for the replies. > Jorge, I tried the trick but no algorythm appears for animove. > Victor, the first "step" was ok with no errors. But the second (import > scipy) did not work.. Please check the transcript: > >>> import scipy > Traceback (most recent call last): > File "<input>", line 1, in <module> > File "C:/PROGRA~1/QUANTU~1/apps/qgis/./python\qgis\utils.py", line 283, in > _import > mod = _builtin_import(name, globals, locals, fromlist, level) > ImportError: No module named scipy > > > > Date: Thu, 30 May 2013 18:42:20 +0200 > > From: [email protected] > > To: [email protected] > > Subject: Re: [AniMov] animove sextante - only mcp? > > > > > Hello Vania, > > > > Could you please also try a little trick? Just select Analysis --> > SEXTANTE options and configuration. Check if all the algorithms are > selected for Animove plugin. Even if they're all selected, just click on > accept, and check if now they're available. > > > > Best regards, > > > > -- > > Jorge Arevalo > > http://geomati.co > > Enviado con Sparrow (http://www.sparrowmailapp.com/?sig) > > > > > > El jueves 30 de mayo de 2013 a las 18:40, Victor Gonzalez escribió: > > > > > Hi Vania, > > > > > > The package I uploaded this morning checks that the gdal_contour > command is available since it is required by the algorithm (I think I > missed that info in the changelog, my bad). So, you can open the Python > console and check this: > > > > > > > > > import subprocess > > > > > > subprocess.call('gdal_contour') > > > > > > > > > > > > > > > (check that no OSError appears) > > > > > > > > > import scipy > > > > > > scipy.version.version > > > > > > > > > > > > > > > (check scipy version) > > > > > > In the next upload (probably tomorrow) I will add the gdal_contour > requirement to the changelog and make some changes in order to put some > info in the SEXTANTE log in case the kernel algorithm is not available so > we know the reason easily. > > > > > > Cheers, > > > Víctor. > > > > > > > > > 2013/5/30 Vania Carolina <[email protected] (mailto: > [email protected])> > > > > dear all, I have recently installed the animove plugin for sextante > in QGis wroclaw 1.7.3. I use Windows 7 and I have python 2.7 , scipy 0.11 > and the statsmodels 0.5. But when I click on animove in the sextante > toolbox only MCP appears to be available. Can someone explain me how do I > use the other analysis methods, such as kernel? > > > > thanks > > > > Vania > > > > > > > > > > > > > > > > _______________________________________________ > > > > AniMov mailing list > > > > [email protected] (mailto:[email protected]) > > > > http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov > > > > > > > > > _______________________________________________ > > > AniMov mailing list > > > [email protected] (mailto:[email protected]) > > > http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov > > > > > > > > _______________________________________________ > > AniMov mailing list > > [email protected] > > http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov > > _______________________________________________ > AniMov mailing list > [email protected] > http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov > >
_______________________________________________ AniMov mailing list [email protected] http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
