[Qgis-user] ImportError: No module named processing on ubuntu.

developer developer devquestions2 at gmail.com
Mon Dec 8 10:23:15 PST 2014


Hello,

I am a new user of qgis, trying to write  a python application to invoke
methods from processing module.

I am seeing the following error on runnthing script below

Traceback (most recent call last):
  File "t1.py", line 10, in <module>
    import processing
ImportError: No module named processing


What am I missing ? Probably i need to read some tutorial or something ?



import PyQt4.QtGui
import PyQt4.QtCore
import PyQt4.Qsci

from qgis.gui import *
from qgis.core import *
import os


import processing

print 'hello'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20141208/3d5d8d17/attachment.html>


More information about the Qgis-user mailing list