[Qgis-developer] Error Import Processing.

2015-02-09 Thread Ivan sarteguas
Hi I'm working with QGIS 2.2.0 Valmiera, LAStools and Windows 7. My problem is when I want import the library processing, I don't see anythin problem. But when I use processing.runalg(lidarlastools:lasground,...) (for example) i can see the next error: Error: Algorithm not found. My paths are:

[Qgis-developer] Error import Processing

2015-02-06 Thread Ivan sarteguas
Hi I am working with QGIS Valmiera 2.2.0 in a Windows 7. I need import the library Processing, but I can't load. My code is as follow: import sysimport qgisfrom qgis.core import *from qgis.utils import *from qgis.gui import *from PyQt4.QtCore import *from PyQt4.QtGui import *app =