Hi ,

here you are also what i can see on qgis python console 

sys.path
['/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing',
 '/Users/emilianomanzo/.qgis2/python/plugins/sextante_animove', 
'/Users/emilianomanzo/.qgis2/python/plugins/processinglwgeomprovider', 
'/Users/emilianomanzo/.qgis2/python/plugins/GeoCoding', 
'/Applications/QGIS.app/Contents/MacOS/../Resources/python', 
u'/Users/emilianomanzo/.qgis2/python', 
u'/Users/emilianomanzo/.qgis2/python/plugins', 
'/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins', 
'/Library/Frameworks/SQLite3.framework/Versions/B/Python/2.7', 
'/Library/Frameworks/GEOS.framework/Versions/3/Python/2.7', 
'/Library/Python/2.7/site-packages/numpy-override', 
'/Library/Python/2.7/site-packages/matplotlib-override', 
'/Library/Frameworks/GDAL.framework/Versions/1.11/Python/2.7/site-packages', 
'/Library/Frameworks/cairo.framework/Versions/1/Python/2.7', 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip', 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7', 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages',
 '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python', 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload',
 
'/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC',
 '/Library/Python/2.7/site-packages', '/Library/Python/2.7/site-packages/PIL', 
'/Users/emilianomanzo/.qgis2/python/plugins/MetaSearch/ext-libs', 
'/usr/share/qgis/python', 
'/Users/emilianomanzo/.qgis2/python/plugins/TelemetryLayer/featureforms', 
'~/.qgis/python', '.', 
'/Applications/QGIS.app/Contents/Resources/python/plugins/fTools/tools’]

Scipy is ok i can see and version

import scipy
scipy.version.version
‘0.11.0'
But no statsmodels

import statsmodels
Traceback (most recent call last):
  File "<input>", line 1, in <module>
  File 
"/Applications/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 
454, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
ImportError: No module named statsmodels

There anything that i can do?

Thank you 

Emiliano

Il giorno 02/ott/2014, alle ore 12:00, [email protected] ha scritto:

> Send AniMov mailing list submissions to
>       [email protected]
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>       http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
> or, via email, send a message with subject or body 'help' to
>       [email protected]
> 
> You can reach the person managing the list at
>       [email protected]
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of AniMov digest..."
> 
> 
> Today's Topics:
> 
>   1. Re: AniMov Digest, Vol 104, Issue 1 (Emiliano Manzo)
>   2. Re: AniMov Digest, Vol 104, Issue 1 (Giovanni Manghi)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Wed, 1 Oct 2014 12:45:36 +0200
> From: Emiliano Manzo <[email protected]>
> To: [email protected]
> Subject: Re: [AniMov] AniMov Digest, Vol 104, Issue 1
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="windows-1252"
> 
> That?s what i can see about my installation about scipy and statsmodels but i 
> don?t know if they are in path not recognized by QGIS:
> 
> 
> Last login: Wed Oct  1 12:19:55 on ttys001
> MacBook-Pro-di-Emiliano-Manzo:~ emilianomanzo$ python
> Python 2.7.6 (v2.7.6:3a1db0d2747e, Nov 10 2013, 00:42:54) 
> [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import scipy
>>>> scipy.version.version
> '0.13.1'
>>>> import statsmodels
>>>> statsmodels.version.version
> '0.5.0'
> 
> 
> All the best
> Il giorno 01/ott/2014, alle ore 12:00, [email protected] ha scritto:
> 
>> Send AniMov mailing list submissions to
>>      [email protected]
>> 
>> To subscribe or unsubscribe via the World Wide Web, visit
>>      http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
>> or, via email, send a message with subject or body 'help' to
>>      [email protected]
>> 
>> You can reach the person managing the list at
>>      [email protected]
>> 
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of AniMov digest..."
>> 
>> 
>> Today's Topics:
>> 
>>  1. Problem with installation (Emiliano Manzo)
>>  2. Re: Problem with installation (Paolo Cavallini)
>> 
>> 
>> ----------------------------------------------------------------------
>> 
>> Message: 1
>> Date: Wed, 1 Oct 2014 10:36:49 +0200
>> From: Emiliano Manzo <[email protected]>
>> To: [email protected]
>> Subject: [AniMov] Problem with installation
>> Message-ID: <[email protected]>
>> Content-Type: text/plain; charset="windows-1252"
>> 
>> Hi i?m new users
>> 
>> I have tried to use animove on Qgis 2.6 on Mac OS X.
>> 
>> I can make triangulation, MCP, and Random Path but i can?t make kernel 
>> analysis because i can?t see the possibility when i open processing tools.
>> 
>> Is anybody can help me?
>> 
>> Thank You
>> 
>> Emiliano Manzo
>> 
>> 
>> 
>> 
>> 
>> 
>> Fondazione Ethoikos 
>> Convento dell'Osservanza
>> 53030 Radicondoli  (SI)
>> Italy
>> 
>> Stazione Eto-Ecologica di Corbaiola
>> Tel. +39 0577 793055
>> Fax +39 0577 793082
>> [email protected]
>> 
>> 
>> 
>> Questo messaggio pu? contenere informazioni riservate. Se chi lo riceve non 
>> ? il destinatario (o ha ricevuto questo messaggio per errore) ? pregato di 
>> segnalarlo al mittente  e distruggere il messaggio stesso immediatamente. E' 
>> vietata la copia, la visione o la distribuzione di questo messaggio e dei 
>> suoi eventuali allegati, in qualsiasi forma e modo.
>> 
>> This e-mail may contain confidential and/or privileged information. If you 
>> are not the intended recipient (or have received this e-mail in error) 
>> please notify the sender immediately and destroy this e-mail. Any 
>> unauthorized copying, disclosure or distribution of the material in this 
>> e-mail is strictly forbidden
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL: 
>> <http://lists.faunalia.it/pipermail/animov/attachments/20141001/31ba9813/attachment-0001.html>
>> 
>> ------------------------------
>> 
>> Message: 2
>> Date: Wed, 01 Oct 2014 11:04:28 +0200
>> From: Paolo Cavallini <[email protected]>
>> To: [email protected]
>> Subject: Re: [AniMov] Problem with installation
>> Message-ID: <[email protected]>
>> Content-Type: text/plain; charset=windows-1252
>> 
>> Il 01/10/2014 10:36, Emiliano Manzo ha scritto:
>> 
>>> I have tried to use animove on Qgis 2.6 on Mac OS X.
>>> 
>>> I can make triangulation, MCP, and Random Path but i can?t make kernel 
>>> analysis
>>> because i can?t see the possibility when i open processing tools.
>>> 
>>> Is anybody can help me?
>> 
>> Hi Emiliano.
>> I think you either do not have scipy and statsmodel installed, or they are 
>> in a path
>> not recognized by QGIS.
>> Sorry but I have almost 0 experience with OSX.
>> Anyone knows more?
>> All the best.
>> -- 
>> Paolo Cavallini - www.faunalia.eu
>> Corsi QGIS e PostGIS: http://www.faunalia.eu/training.html
>> 
>> 
>> ------------------------------
>> 
>> Subject: Digest Footer
>> 
>> _______________________________________________
>> AniMov mailing list
>> [email protected]
>> http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
>> 
>> 
>> ------------------------------
>> 
>> End of AniMov Digest, Vol 104, Issue 1
>> **************************************
>> 
> 
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> <http://lists.faunalia.it/pipermail/animov/attachments/20141001/0c6ceaf2/attachment-0001.html>
> 
> ------------------------------
> 
> Message: 2
> Date: Wed, 1 Oct 2014 11:46:58 +0100
> From: Giovanni Manghi <[email protected]>
> To: Animal Movement <[email protected]>
> Subject: Re: [AniMov] AniMov Digest, Vol 104, Issue 1
> Message-ID:
>       <cacfnynrdvy6hhsfwdmdyonntumhf4xcz9jgb+c55futjlfs...@mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
> 
> On Wed, Oct 1, 2014 at 11:45 AM, Emiliano Manzo
> <[email protected]> wrote:
>> That?s what i can see about my installation about scipy and statsmodels but
>> i don?t know if they are in path not recognized by QGIS:
> 
> 
> 
> you can do the same test in the QGIS python console.
> 
> cheers!
> 
> 
> ------------------------------
> 
> Subject: Digest Footer
> 
> _______________________________________________
> AniMov mailing list
> [email protected]
> http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov
> 
> 
> ------------------------------
> 
> End of AniMov Digest, Vol 104, Issue 2
> **************************************
> 

_______________________________________________
AniMov mailing list
[email protected]
http://lists.faunalia.it/cgi-bin/mailman/listinfo/animov

Reply via email to