<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.18.3">
</HEAD>
<BODY>
Hi again,<BR>
<BR>
I remove qgis installed from the distribution repositories and install the rpms from <A HREF="http://download.qgis.org/">http://download.qgis.org/</A> and problem solved.. I think that is a problem with de distro package that doesn't recognize the python part of qgis..<BR>
<BR>
thanks a lot..<BR>
<BR>
<BR>
--------- Mensaje reenviado --------<BR>
<BLOCKQUOTE TYPE=CITE>
    <B>De</B>: Carlos Gustavo Ruiz <<A HREF="mailto:Carlos%20Gustavo%20Ruiz%20%3ccarlosgruiz74@gmail.com%3e">carlosgruiz74@gmail.com</A>><BR>
    <B>Para</B>: <A HREF="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</A><BR>
    <B>Asunto</B>: Re: [Qgis-user] Problems with python plugins on Fedora<BR>
    <B>Fecha</B>: Tue, 09 Dec 2008 13:37:46 -0430<BR>
    <BR>
    El lun, 08-12-2008 a las 19:12 +0100, Martin Dobias escribió: 
    <BLOCKQUOTE TYPE=CITE>
<PRE>
On Sun, Dec 7, 2008 at 9:01 AM, Carlos Gustavo Ruiz
<<A HREF="mailto:carlosgruiz74@gmail.com">carlosgruiz74@gmail.com</A>> 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?
</PRE>
    </BLOCKQUOTE>
    Im running QGIS 0.11.0.2 from the fedora repos.. I really dont use the binaries from <A HREF="http://download.qgis.org/">http://download.qgis.org/</A> maybe it could be the best solution by the moment.. <BR>
    <BR>
    <BLOCKQUOTE TYPE=CITE>
<PRE>
Does it show any error messages on startup?
</PRE>
    </BLOCKQUOTE>
    No, no error message.. (Im going to copy the console messages when I run qgis from bash) [1]<BR>
    <BR>
    <BLOCKQUOTE TYPE=CITE>
<PRE>
Can you open python console? (in menu Plugins)
</PRE>
    </BLOCKQUOTE>
    No, is no python console present in my qgis.. I can use it in other pc with windows but not in Fedora.. 
    <BLOCKQUOTE TYPE=CITE>
<PRE>


> 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
</PRE>
    </BLOCKQUOTE>
    <BR>
    [1] ------- here it is...<BR>
    <BR>
    [carlos@localhost ~]$ qgis<BR>
    Debug: <BR>
    **********************************<BR>
    Debug: QgsApplication state:<BR>
    Debug: Prefix       :/usr<BR>
    Debug: Plugin Path  :/usr/lib64/qgis<BR>
    Debug: PkgData Path :/usr/share/qgis<BR>
    Debug: Theme Path   :/usr/share/qgis/themes/default/<BR>
    Debug: User DB Path :/usr/share/qgis/resources/qgis.db<BR>
    Debug: **********************************<BR>
    <BR>
    Warning: No valid projection. Unable to set map units.<BR>
    Warning: No valid projection. Unable to set map units.<BR>
    Warning: No valid projection. Unable to set map units.<BR>
    Warning: No valid projection. Unable to set map units.<BR>
    Warning: No valid projection. Unable to set map units.<BR>
    Warning: No valid projection. Unable to set map units.<BR>
    Warning: No valid projection. Unable to set map units.<BR>
    Warning: No valid projection. Unable to set map units.<BR>
    Debug: <BR>
    **********************************<BR>
    Debug: QgsApplication state:<BR>
    Debug: Prefix       :/usr<BR>
    Debug: Plugin Path  :/usr/lib64/qgis<BR>
    Debug: PkgData Path :/usr/share/qgis<BR>
    Debug: Theme Path   :/usr/share/qgis/themes/default/<BR>
    Debug: User DB Path :/usr/share/qgis/resources/qgis.db<BR>
    Debug: **********************************<BR>
    <BR>
    Loaded /usr/lib64/qgis/libcopyrightlabelplugin.so<BR>
    Loaded /usr/lib64/qgis/libdelimitedtextplugin.so<BR>
    Loaded /usr/lib64/qgis/libdelimitedtextprovider.so<BR>
    Loaded /usr/lib64/qgis/libgeorefplugin.so<BR>
    Loaded /usr/lib64/qgis/libgpsimporterplugin.so<BR>
    Loaded /usr/lib64/qgis/libgpxprovider.so<BR>
    Loaded /usr/lib64/qgis/libgrassplugin.so<BR>
    Loaded /usr/lib64/qgis/libgrassprovider.so<BR>
    Loaded /usr/lib64/qgis/libgridmakerplugin.so<BR>
    Loaded /usr/lib64/qgis/libmemoryprovider.so<BR>
    Loaded /usr/lib64/qgis/libnortharrowplugin.so<BR>
    Loaded /usr/lib64/qgis/libogrprovider.so<BR>
    Loaded /usr/lib64/qgis/libpggeoprocessingplugin.so<BR>
    Loaded /usr/lib64/qgis/libpostgresprovider.so<BR>
    Loaded /usr/lib64/qgis/libquickprintplugin.so<BR>
    Loaded /usr/lib64/qgis/libscalebarplugin.so<BR>
    Loaded /usr/lib64/qgis/libspitplugin.so<BR>
    Loaded /usr/lib64/qgis/libwfsplugin.so<BR>
    Loaded /usr/lib64/qgis/libwfsprovider.so<BR>
    Loaded /usr/lib64/qgis/libwmsprovider.so<BR>
    <BR>
</BLOCKQUOTE>
</BODY>
</HTML>