<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html style="direction: ltr;">
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body style="direction: ltr;" bgcolor="#ffffff" text="#000000">
José María Michia wrote:
<blockquote
 cite="mid:a37ffbf90812201420p28f73c97wa3af3f44e4304d55@mail.gmail.com"
 type="cite">
  <pre wrap="">2008/12/20 Micha Silver <a class="moz-txt-link-rfc2396E" href="mailto:micha@arava.co.il"><micha@arava.co.il></a>
  </pre>
  <blockquote type="cite">
    <pre wrap="">I've just finished setting up a F 10 machine, x86_64 with qgis and GRASS.  I got the qgis rpms from the silfreed.net repo. It seems python isn't recognized.
Here's are qgis  packages:
[micha@hayun-33 ~]$ rpm -qa | grep qgis
qgis-grass-1.0.0-0.1.pre2.fc10.x86_64
qgis-python-1.0.0-0.1.pre2.fc10.x86_64
qgis-1.0.0-0.1.pre2.fc10.x86_64
qgis-theme-classic-1.0.0-0.1.pre2.fc10.x86_64

and:
[micha@hayun-33 ~]$ python -V
Python 2.5.2

But no python plugins, and no python console.
What have I missed?

(Interstingly, GRASS 6.3.0 starts up on this machine with the wxPython interface straight away.)
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I've had problems with Python plugins, in QGIS, and I've solved these
problems by adding some paths to the system variable "PYTHONPATH"

In my system:

export PYTHONPATH=.:/usr/lib/python2.5/site-packages:/usr/local/share/qgis/python

  </pre>
</blockquote>
Thanks. I tried that, but no joy. There was no env variable PYTHONPATH.
So I added it with:<br>
export PYTHONPATH=/usr/lib64/python2.5/site-packages:/usr/share/qgis/python<br>
Still no python plugins.<br>
Micha<br>
<blockquote
 cite="mid:a37ffbf90812201420p28f73c97wa3af3f44e4304d55@mail.gmail.com"
 type="cite">
  <pre wrap="">

Saludos
José María

  </pre>
</blockquote>
<br>
</body>
</html>