if I set

export PYTHONPATH=/usr/share/qgis/python/

I have got an error

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named gui

if I set

export PYTHONPATH=/usr/share/qgis/

I have no error


Martin Dobias wrote:
On Tue, May 20, 2008 at 7:08 PM, Michele Ferretto
<[EMAIL PROTECTED]> wrote:

then in python console do:
from qgis.core import *
Will it show some error?

Martin
No, I don't see any error

And what about this, does it work too?
from qgis.gui import *

Martin

_______________________________________________
Qgis-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to