[Qgis-user] Problems with python plugins on Fedora

Martin Dobias wonder.sk at gmail.com
Mon Dec 8 10:12:43 PST 2008


On Sun, Dec 7, 2008 at 9:01 AM, Carlos Gustavo Ruiz
<carlosgruiz74 at gmail.com> wrote:
> Hi there,
>
> my problem is that qgis can't load the python plugins.. I use Fedora 9 and
> have installer the qgis, qgis-python and qgis-grass packages..
> searching my filesystem have found that the export_mapserver and the
> plugin_installer are in /usr/share/qgis/python/plugins directory but qgis
> search for the plugins in /usr/lib64/qgis.

First of all, check whether python support in QGIS is working correctly.
What QGIS version are you running?
Does it show any error messages on startup?
Can you open python console? (in menu Plugins)


> It seems to me that I need to add the /usr/share/qgis/python/plugins and the
> ~/.qgis/python paths to the python sys path, but I dont know how to do it..
> or if is a logical solution..

These paths should be automatically added to python's path on QGIS
startup. You can check that in python console within QGIS:
>>> sys.path
and it should give you a list of paths being searched with these two
at the begin.


Martin



More information about the Qgis-user mailing list