You do not actually have to build SEXTANTE, just a couple of GUI files (the about dialog and a resources file). I guess Alex can give you better advise in this, since he introduced that changed. Until that, I was doing the GUI files directly without using the pyQt tools (not the optimal way, I guess...), so no build was needed, but now you need it to get the .py files from the resource files.
You have to use pyrcc4 and pyuic4 to compile those files. I guess you can do it manually if you do not want to build using CMake Best Victor _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
