[Qgis-user] Problems SAGA GIS module in SEXTANTE

Corina Tudorache corina_ww at yahoo.com
Wed Jul 25 03:15:40 PDT 2012


Hi,

I encountered some problems when I tried  to use the SAGA module in SEXTANTE in the 1.8.0. version of Qgis. More precise, the SAGA module doesn't exist, I receive an error message... . Does anyone know how to solve this problem?

Thanks in advance,

Corina



________________________________
 From: "qgis-user-request at lists.osgeo.org" <qgis-user-request at lists.osgeo.org>
To: qgis-user at lists.osgeo.org 
Sent: Wednesday, July 25, 2012 12:51 PM
Subject: Qgis-user Digest, Vol 77, Issue 82
 
Send Qgis-user mailing list submissions to
    qgis-user at lists.osgeo.org

To subscribe or unsubscribe via the World Wide Web, visit
    http://lists.osgeo.org/mailman/listinfo/qgis-user
or, via email, send a message with subject or body 'help' to
    qgis-user-request at lists.osgeo.org

You can reach the person managing the list at
    qgis-user-owner at lists.osgeo.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Qgis-user digest..."


Today's Topics:

   1. Problem with GdalTools and python-gdal 1.9 on ubuntu    10:04
      (Agustin Lobo)
   2. Re: matplotlib not found on Mac OS (Noli Sicad)
   3. Re: matplotlib not found on Mac OS (Etienne Tourigny)
   4. Re: matplotlib not found on Mac OS (Noli Sicad)
   5. Re: Problem with GdalTools and python-gdal 1.9 on    ubuntu
      10:04 (Agustin Lobo)
   6. Re: matplotlib not found on Mac OS (Agustin Lobo)


----------------------------------------------------------------------

Message: 1
Date: Wed, 25 Jul 2012 10:55:16 +0200
From: Agustin Lobo <alobolistas at gmail.com>
To: qgis-user <qgis-user at lists.osgeo.org>
Subject: [Qgis-user] Problem with GdalTools and python-gdal 1.9 on
    ubuntu    10:04
Message-ID:
    <CAG4NReJwtDUR+3TUHchiT8a2DSbUkaJBmZGvR8pPCtdpAS6G6w at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Using qgis 1.8 on ubuntu 10.04
I've upgraded to python-gdal 1.9 and the GdalTools plugin and some others
complain at qgis start-up:


Couldn't load plugin openlayers due an error when calling its
classFactory() method

Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 164, in
startPlugin
    plugins[packageName] = package.classFactory(iface)
  File "/home/alobo/.qgis//python/plugins/openlayers/__init__.py",
line 48, in classFactory
    from openlayers_plugin import OpenlayersPlugin
  File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 309, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/home/alobo/.qgis//python/plugins/openlayers/openlayers_plugin.py",
line 35, in
    from openlayers_ovwidget import OpenLayersOverviewWidget
  File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 309, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/home/alobo/.qgis//python/plugins/openlayers/openlayers_ovwidget.py",
line 28, in
    import bindogr
  File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 309, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/home/alobo/.qgis//python/plugins/openlayers/bindogr.py", line 1, in
    from osgeo import ogr, osr
  File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 309, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/usr/lib/python2.6/dist-packages/osgeo/__init__.py", line 21, in
    _gdal = swig_import_helper()
  File "/usr/lib/python2.6/dist-packages/osgeo/__init__.py", line 17,
in swig_import_helper
    _mod = imp.load_module('_gdal', fp, pathname, description)
ImportError: /usr/lib/python2.6/dist-packages/osgeo/_gdal.so: symbol
VSIFTruncateL, version GDAL_1.8 not defined in file libgdal.so.1 with
link time reference

Python version:
2.6.5 (r265:79063, Apr 16 2010, 14:15:55)
[GCC 4.4.3]

I had circumvented this issue by forcin python-gdal 1.8, but this
version is no longer available.

Any solution to this problem?

Thanks

Agus


------------------------------

Message: 2
Date: Wed, 25 Jul 2012 19:01:08 +1000
From: Noli Sicad <nsicad at gmail.com>
To: Agustin.Lobo at ictja.csic.es
Cc: qgis-user <qgis-user at lists.osgeo.org>
Subject: Re: [Qgis-user] matplotlib not found on Mac OS
Message-ID:
    <CADs9uc_6Z=3S-BM4GG3+VehkK6i_CoPMOiwmWBkU7ouOmha1KA at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

No.

There are 2 checkboxes on top: 1) Active (Shift + A) and 2) Graph

The Graph checkbox toogle: i)Graph and grid (Layer and Value).

Noli

On 7/25/12, Agustin Lobo <alobolistas at gmail.com> wrote:
> and do you have the option to select qwt or matplotlib?
> Thanks
> Agus
>
> 2012/7/25 Noli Sicad <nsicad at gmail.com>:
>> Hi Agus,
>>
>> I activated in View -> Panels and I can see the graph (i.e x,y axis)
>> when I checked the checkbox. I think this plugin is working in Lion
>> which uses python 2.7.
>>
>> Are you using Snow Leopard?
>>
>> Noli
>>
>>
>>
>>
>> On 7/25/12, Agustin Lobo <alobolistas at gmail.com> wrote:
>>> Thanks Noli.
>>>
>>> Go to View/Panels and you can activate it there.
>>> Then display a multilayer raster and check both qwt and matplotlib.
>>>
>>> If matplotlib is working for you then most likely is that I've done
>>> something wrong in the installation.
>>> Will check this evening and report back.
>>>
>>> Agus
>>>
>>> 2012/7/25 Noli Sicad <nsicad at gmail.com>:
>>>> I am using Mac OS X Lion.
>>>>
>>>> Installed Value Tool plugin, however, I don't not find the value tool
>>>> menu.
>>>>
>>>> Where is it located?
>>>>
>>>> How to do you check if matplotlib is not find by value tool?
>>>>
>>>> I sucessfully installed contour plugin which use matplotlib and
>>>> shapely.
>>>>
>>>> Noli
>>>>
>>>> On 7/25/12, Agustin Lobo <alobolistas at gmail.com> wrote:
>>>>> 2012/7/21 William Kyngesburye <woklist at kyngchaos.com>:
>>>>>> On Jul 21, 2012, at 4:14 AM, Agustin Lobo wrote:
>>>>>>
>>>>> .../...
>>>>>>> Also, some plugins such as statis complain about not having
>>>>>>> matplotlib
>>>>>>> despite
>>>>>>> it is installed.
>>>>>>>
>>>>>> How did you install matplotlib?
>>>>>>
>>>>> .../...
>>>>>
>>>>> I installed matplotlib following directions in
>>>>> http://www.kyngchaos.com/software/python
>>>>>
>>>>> and using the dmg provided there.
>>>>> By some reason, while matplotlib is installed, qgis (and the new
>>>>> version on valuetool which can use either qwt or matplotlib) cannot
>>>>> find it.
>>>>>
>>>>> I'm just a casual user of qgis on Mac, so please could any other more
>>>>> experienced Mac user
>>>>> help on testing this?
>>>>>
>>>>> Thanks
>>>>>
>>>>> Agus
>>>>> _______________________________________________
>>>>> Qgis-user mailing list
>>>>> Qgis-user at lists.osgeo.org
>>>>> http://lists.osgeo.org/mailman/listinfo/qgis-user
>>>>>
>>>> _______________________________________________
>>>> Qgis-user mailing list
>>>> Qgis-user at lists.osgeo.org
>>>> http://lists.osgeo.org/mailman/listinfo/qgis-user
>>>
>> _______________________________________________
>> Qgis-user mailing list
>> Qgis-user at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/qgis-user
>


------------------------------

Message: 3
Date: Wed, 25 Jul 2012 06:16:00 -0300
From: Etienne Tourigny <etourigny.dev at gmail.com>
To: Noli Sicad <nsicad at gmail.com>
Cc: Agustin.Lobo at ictja.csic.es, qgis-user <qgis-user at lists.osgeo.org>
Subject: Re: [Qgis-user] matplotlib not found on Mac OS
Message-ID:
    <CA+TxYvMCpm7tuEJuwhk00fF7zU+bQmNi39=LjjOZxAq9Lq6gCA at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Most probably no checkbox - because no pyqwt! Are the dots in the
graph red (qwt) or blue (matplotlib) ?

Etienne

On Wed, Jul 25, 2012 at 6:01 AM, Noli Sicad <nsicad at gmail.com> wrote:
> No.
>
> There are 2 checkboxes on top: 1) Active (Shift + A) and 2) Graph
>
> The Graph checkbox toogle: i)Graph and grid (Layer and Value).
>
> Noli
>
> On 7/25/12, Agustin Lobo <alobolistas at gmail.com> wrote:
>> and do you have the option to select qwt or matplotlib?
>> Thanks
>> Agus
>>
>> 2012/7/25 Noli Sicad <nsicad at gmail.com>:
>>> Hi Agus,
>>>
>>> I activated in View -> Panels and I can see the graph (i.e x,y axis)
>>> when I checked the checkbox. I think this plugin is working in Lion
>>> which uses python 2.7.
>>>
>>> Are you using Snow Leopard?
>>>
>>> Noli
>>>
>>>
>>>
>>>
>>> On 7/25/12, Agustin Lobo <alobolistas at gmail.com> wrote:
>>>> Thanks Noli.
>>>>
>>>> Go to View/Panels and you can activate it there.
>>>> Then display a multilayer raster and check both qwt and matplotlib.
>>>>
>>>> If matplotlib is working for you then most likely is that I've done
>>>> something wrong in the installation.
>>>> Will check this evening and report back.
>>>>
>>>> Agus
>>>>
>>>> 2012/7/25 Noli Sicad <nsicad at gmail.com>:
>>>>> I am using Mac OS X Lion.
>>>>>
>>>>> Installed Value Tool plugin, however, I don't not find the value tool
>>>>> menu.
>>>>>
>>>>> Where is it located?
>>>>>
>>>>> How to do you check if matplotlib is not find by value tool?
>>>>>
>>>>> I sucessfully installed contour plugin which use matplotlib and
>>>>> shapely.
>>>>>
>>>>> Noli
>>>>>
>>>>> On 7/25/12, Agustin Lobo <alobolistas at gmail.com> wrote:
>>>>>> 2012/7/21 William Kyngesburye <woklist at kyngchaos.com>:
>>>>>>> On Jul 21, 2012, at 4:14 AM, Agustin Lobo wrote:
>>>>>>>
>>>>>> .../...
>>>>>>>> Also, some plugins such as statis complain about not having
>>>>>>>> matplotlib
>>>>>>>> despite
>>>>>>>> it is installed.
>>>>>>>>
>>>>>>> How did you install matplotlib?
>>>>>>>
>>>>>> .../...
>>>>>>
>>>>>> I installed matplotlib following directions in
>>>>>> http://www.kyngchaos.com/software/python
>>>>>>
>>>>>> and using the dmg provided there.
>>>>>> By some reason, while matplotlib is installed, qgis (and the new
>>>>>> version on valuetool which can use either qwt or matplotlib) cannot
>>>>>> find it.
>>>>>>
>>>>>> I'm just a casual user of qgis on Mac, so please could any other more
>>>>>> experienced Mac user
>>>>>> help on testing this?
>>>>>>
>>>>>> Thanks
>>>>>>
>>>>>> Agus
>>>>>> _______________________________________________
>>>>>> Qgis-user mailing list
>>>>>> Qgis-user at lists.osgeo.org
>>>>>> http://lists.osgeo.org/mailman/listinfo/qgis-user
>>>>>>
>>>>> _______________________________________________
>>>>> Qgis-user mailing list
>>>>> Qgis-user at lists.osgeo.org
>>>>> http://lists.osgeo.org/mailman/listinfo/qgis-user
>>>>
>>> _______________________________________________
>>> Qgis-user mailing list
>>> Qgis-user at lists.osgeo.org
>>> http://lists.osgeo.org/mailman/listinfo/qgis-user
>>
> _______________________________________________
> Qgis-user mailing list
> Qgis-user at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user


------------------------------

Message: 4
Date: Wed, 25 Jul 2012 19:38:16 +1000
From: Noli Sicad <nsicad at gmail.com>
To: Etienne Tourigny <etourigny.dev at gmail.com>
Cc: Agustin.Lobo at ictja.csic.es, qgis-user <qgis-user at lists.osgeo.org>
Subject: Re: [Qgis-user] matplotlib not found on Mac OS
Message-ID:
    <CADs9uc93wYxBaEESGRCgitKPYOHq6wcZMdHKXPiP-KQ0RLQvYA at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

I don't have a raster file right now. (This is new macbookpro). So a
can't check right now.

Noli

On 7/25/12, Etienne Tourigny <etourigny.dev at gmail.com> wrote:
> Most probably no checkbox - because no pyqwt! Are the dots in the
> graph red (qwt) or blue (matplotlib) ?
>
> Etienne
>
> On Wed, Jul 25, 2012 at 6:01 AM, Noli Sicad <nsicad at gmail.com> wrote:
>> No.
>>
>> There are 2 checkboxes on top: 1) Active (Shift + A) and 2) Graph
>>
>> The Graph checkbox toogle: i)Graph and grid (Layer and Value).
>>
>> Noli
>>
>> On 7/25/12, Agustin Lobo <alobolistas at gmail.com> wrote:
>>> and do you have the option to select qwt or matplotlib?
>>> Thanks
>>> Agus
>>>
>>> 2012/7/25 Noli Sicad <nsicad at gmail.com>:
>>>> Hi Agus,
>>>>
>>>> I activated in View -> Panels and I can see the graph (i.e x,y axis)
>>>> when I checked the checkbox. I think this plugin is working in Lion
>>>> which uses python 2.7.
>>>>
>>>> Are you using Snow Leopard?
>>>>
>>>> Noli
>>>>
>>>>
>>>>
>>>>
>>>> On 7/25/12, Agustin Lobo <alobolistas at gmail.com> wrote:
>>>>> Thanks Noli.
>>>>>
>>>>> Go to View/Panels and you can activate it there.
>>>>> Then display a multilayer raster and check both qwt and matplotlib.
>>>>>
>>>>> If matplotlib is working for you then most likely is that I've done
>>>>> something wrong in the installation.
>>>>> Will check this evening and report back.
>>>>>
>>>>> Agus
>>>>>
>>>>> 2012/7/25 Noli Sicad <nsicad at gmail.com>:
>>>>>> I am using Mac OS X Lion.
>>>>>>
>>>>>> Installed Value Tool plugin, however, I don't not find the value tool
>>>>>> menu.
>>>>>>
>>>>>> Where is it located?
>>>>>>
>>>>>> How to do you check if matplotlib is not find by value tool?
>>>>>>
>>>>>> I sucessfully installed contour plugin which use matplotlib and
>>>>>> shapely.
>>>>>>
>>>>>> Noli
>>>>>>
>>>>>> On 7/25/12, Agustin Lobo <alobolistas at gmail.com> wrote:
>>>>>>> 2012/7/21 William Kyngesburye <woklist at kyngchaos.com>:
>>>>>>>> On Jul 21, 2012, at 4:14 AM, Agustin Lobo wrote:
>>>>>>>>
>>>>>>> .../...
>>>>>>>>> Also, some plugins such as statis complain about not having
>>>>>>>>> matplotlib
>>>>>>>>> despite
>>>>>>>>> it is installed.
>>>>>>>>>
>>>>>>>> How did you install matplotlib?
>>>>>>>>
>>>>>>> .../...
>>>>>>>
>>>>>>> I installed matplotlib following directions in
>>>>>>> http://www.kyngchaos.com/software/python
>>>>>>>
>>>>>>> and using the dmg provided there.
>>>>>>> By some reason, while matplotlib is installed, qgis (and the new
>>>>>>> version on valuetool which can use either qwt or matplotlib) cannot
>>>>>>> find it.
>>>>>>>
>>>>>>> I'm just a casual user of qgis on Mac, so please could any other
>>>>>>> more
>>>>>>> experienced Mac user
>>>>>>> help on testing this?
>>>>>>>
>>>>>>> Thanks
>>>>>>>
>>>>>>> Agus
>>>>>>> _______________________________________________
>>>>>>> Qgis-user mailing list
>>>>>>> Qgis-user at lists.osgeo.org
>>>>>>> http://lists.osgeo.org/mailman/listinfo/qgis-user
>>>>>>>
>>>>>> _______________________________________________
>>>>>> Qgis-user mailing list
>>>>>> Qgis-user at lists.osgeo.org
>>>>>> http://lists.osgeo.org/mailman/listinfo/qgis-user
>>>>>
>>>> _______________________________________________
>>>> Qgis-user mailing list
>>>> Qgis-user at lists.osgeo.org
>>>> http://lists.osgeo.org/mailman/listinfo/qgis-user
>>>
>> _______________________________________________
>> Qgis-user mailing list
>> Qgis-user at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/qgis-user
>


------------------------------

Message: 5
Date: Wed, 25 Jul 2012 11:39:45 +0200
From: Agustin Lobo <alobolistas at gmail.com>
To: qgis-user <qgis-user at lists.osgeo.org>
Subject: Re: [Qgis-user] Problem with GdalTools and python-gdal 1.9 on
    ubuntu 10:04
Message-ID:
    <CAG4NReJKwAC1Roksbq4fW27vPEk-F3xFW648W=2=cq87czFQyA at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

I found the reason and the fix:
I had several old (2010)  libgdal* files (including libgdal.so.*) in
/usr/local/lib masking the new ones in /usr/lib
Deleting (actually moving them to another directory just in case) the
ones in /usr/local/lib
makes a clean start up of qgis.

Agus

2012/7/25 Agustin Lobo <alobolistas at gmail.com>:
> Using qgis 1.8 on ubuntu 10.04
> I've upgraded to python-gdal 1.9 and the GdalTools plugin and some others
> complain at qgis start-up:
>
>
> Couldn't load plugin openlayers due an error when calling its
> classFactory() method
>
> Traceback (most recent call last):
>   File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 164, in
> startPlugin
>     plugins[packageName] = package.classFactory(iface)
>   File "/home/alobo/.qgis//python/plugins/openlayers/__init__.py",
> line 48, in classFactory
>     from openlayers_plugin import OpenlayersPlugin
>   File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 309, in _import
>     mod = _builtin_import(name, globals, locals, fromlist, level)
>   File "/home/alobo/.qgis//python/plugins/openlayers/openlayers_plugin.py",
> line 35, in
>     from openlayers_ovwidget import OpenLayersOverviewWidget
>   File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 309, in _import
>     mod = _builtin_import(name, globals, locals, fromlist, level)
>   File "/home/alobo/.qgis//python/plugins/openlayers/openlayers_ovwidget.py",
> line 28, in
>     import bindogr
>   File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 309, in _import
>     mod = _builtin_import(name, globals, locals, fromlist, level)
>   File "/home/alobo/.qgis//python/plugins/openlayers/bindogr.py", line 1, in
>     from osgeo import ogr, osr
>   File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 309, in _import
>     mod = _builtin_import(name, globals, locals, fromlist, level)
>   File "/usr/lib/python2.6/dist-packages/osgeo/__init__.py", line 21, in
>     _gdal = swig_import_helper()
>   File "/usr/lib/python2.6/dist-packages/osgeo/__init__.py", line 17,
> in swig_import_helper
>     _mod = imp.load_module('_gdal', fp, pathname, description)
> ImportError: /usr/lib/python2.6/dist-packages/osgeo/_gdal.so: symbol
> VSIFTruncateL, version GDAL_1.8 not defined in file libgdal.so.1 with
> link time reference
>
> Python version:
> 2.6.5 (r265:79063, Apr 16 2010, 14:15:55)
> [GCC 4.4.3]
>
> I had circumvented this issue by forcin python-gdal 1.8, but this
> version is no longer available.
>
> Any solution to this problem?
>
> Thanks
>
> Agus


------------------------------

Message: 6
Date: Wed, 25 Jul 2012 11:51:54 +0200
From: Agustin Lobo <alobolistas at gmail.com>
To: Noli Sicad <nsicad at gmail.com>
Cc: qgis-user <qgis-user at lists.osgeo.org>
Subject: Re: [Qgis-user] matplotlib not found on Mac OS
Message-ID:
    <CAG4NReJbzuhjHaih1yE6Gnuyrwgj=-8QDMJ3peP8cKbafxKX7A at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

use this:
http://dl.dropbox.com/u/3180464/AFNDVI.tif

Agus

2012/7/25 Noli Sicad <nsicad at gmail.com>:
> I don't have a raster file right now. (This is new macbookpro). So a
> can't check right now.
>
> Noli
>
> On 7/25/12, Etienne Tourigny <etourigny.dev at gmail.com> wrote:
>> Most probably no checkbox - because no pyqwt! Are the dots in the
>> graph red (qwt) or blue (matplotlib) ?
>>
>> Etienne
>>
>> On Wed, Jul 25, 2012 at 6:01 AM, Noli Sicad <nsicad at gmail.com> wrote:
>>> No.
>>>
>>> There are 2 checkboxes on top: 1) Active (Shift + A) and 2) Graph
>>>
>>> The Graph checkbox toogle: i)Graph and grid (Layer and Value).
>>>
>>> Noli
>>>
>>> On 7/25/12, Agustin Lobo <alobolistas at gmail.com> wrote:
>>>> and do you have the option to select qwt or matplotlib?
>>>> Thanks
>>>> Agus
>>>>
>>>> 2012/7/25 Noli Sicad <nsicad at gmail.com>:
>>>>> Hi Agus,
>>>>>
>>>>> I activated in View -> Panels and I can see the graph (i.e x,y axis)
>>>>> when I checked the checkbox. I think this plugin is working in Lion
>>>>> which uses python 2.7.
>>>>>
>>>>> Are you using Snow Leopard?
>>>>>
>>>>> Noli
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> On 7/25/12, Agustin Lobo <alobolistas at gmail.com> wrote:
>>>>>> Thanks Noli.
>>>>>>
>>>>>> Go to View/Panels and you can activate it there.
>>>>>> Then display a multilayer raster and check both qwt and matplotlib.
>>>>>>
>>>>>> If matplotlib is working for you then most likely is that I've done
>>>>>> something wrong in the installation.
>>>>>> Will check this evening and report back.
>>>>>>
>>>>>> Agus
>>>>>>
>>>>>> 2012/7/25 Noli Sicad <nsicad at gmail.com>:
>>>>>>> I am using Mac OS X Lion.
>>>>>>>
>>>>>>> Installed Value Tool plugin, however, I don't not find the value tool
>>>>>>> menu.
>>>>>>>
>>>>>>> Where is it located?
>>>>>>>
>>>>>>> How to do you check if matplotlib is not find by value tool?
>>>>>>>
>>>>>>> I sucessfully installed contour plugin which use matplotlib and
>>>>>>> shapely.
>>>>>>>
>>>>>>> Noli
>>>>>>>
>>>>>>> On 7/25/12, Agustin Lobo <alobolistas at gmail.com> wrote:
>>>>>>>> 2012/7/21 William Kyngesburye <woklist at kyngchaos.com>:
>>>>>>>>> On Jul 21, 2012, at 4:14 AM, Agustin Lobo wrote:
>>>>>>>>>
>>>>>>>> .../...
>>>>>>>>>> Also, some plugins such as statis complain about not having
>>>>>>>>>> matplotlib
>>>>>>>>>> despite
>>>>>>>>>> it is installed.
>>>>>>>>>>
>>>>>>>>> How did you install matplotlib?
>>>>>>>>>
>>>>>>>> .../...
>>>>>>>>
>>>>>>>> I installed matplotlib following directions in
>>>>>>>> http://www.kyngchaos.com/software/python
>>>>>>>>
>>>>>>>> and using the dmg provided there.
>>>>>>>> By some reason, while matplotlib is installed, qgis (and the new
>>>>>>>> version on valuetool which can use either qwt or matplotlib) cannot
>>>>>>>> find it.
>>>>>>>>
>>>>>>>> I'm just a casual user of qgis on Mac, so please could any other
>>>>>>>> more
>>>>>>>> experienced Mac user
>>>>>>>> help on testing this?
>>>>>>>>
>>>>>>>> Thanks
>>>>>>>>
>>>>>>>> Agus
>>>>>>>> _______________________________________________
>>>>>>>> Qgis-user mailing list
>>>>>>>> Qgis-user at lists.osgeo.org
>>>>>>>> http://lists.osgeo.org/mailman/listinfo/qgis-user
>>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> Qgis-user mailing list
>>>>>>> Qgis-user at lists.osgeo.org
>>>>>>> http://lists.osgeo.org/mailman/listinfo/qgis-user
>>>>>>
>>>>> _______________________________________________
>>>>> Qgis-user mailing list
>>>>> Qgis-user at lists.osgeo.org
>>>>> http://lists.osgeo.org/mailman/listinfo/qgis-user
>>>>
>>> _______________________________________________
>>> Qgis-user mailing list
>>> Qgis-user at lists.osgeo.org
>>> http://lists.osgeo.org/mailman/listinfo/qgis-user
>>
> _______________________________________________
> Qgis-user mailing list
> Qgis-user at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user


------------------------------

_______________________________________________
Qgis-user mailing list
Qgis-user at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


End of Qgis-user Digest, Vol 77, Issue 82
*****************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20120725/35fa2102/attachment.html>


More information about the Qgis-user mailing list