Thanks, that did the trick. I can see that building the full QGIS would make sense though, so I'll get my build environment set up to do that. For now it's good to know how to just compile sextante though.<div><br>
</div><div>Thanks,</div><div>Rudi</div><div><br><br><div class="gmail_quote">On Sat, Oct 27, 2012 at 5:21 PM, Alexander Bruy <span dir="ltr"><<a href="mailto:alexander.bruy@gmail.com" target="_blank">alexander.bruy@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">As Victor said, you only need to compile resource file and some dialogs<br>
(currently only About dialog). Just run commands<br>
<br>
pyrcc4 -o /path/to/sextante/resources_rc.py /path/to/sextante/resources.qrc<br>
pyuic4 -o /path/to/sextante/about/ui_aboutdialogbase.py<br>
/path/to/sextante/about/aboutdialogbase.ui<br>
<br>
You can create custom makefile that will do this for you.<br>
<br>
But note that I plan to move all SEXTANTE dialogs to .ui files because<br>
this simlifies maintenance and makes code cleaner. So maybe it is<br>
better to build full QGIS. Now python plugins correctly loaded from<br>
build dir. So you can symlink SEXTANTE from output directory to your<br>
main QGIS plugin dir.<br>
<br>
2012/10/27 Victor Olaya <<a href="mailto:volayaf@gmail.com">volayaf@gmail.com</a>>:<br>
<div class="HOEnZb"><div class="h5">> You do not actually have to build SEXTANTE, just a couple of GUI files<br>
> (the about dialog and a resources file). I guess Alex can give you<br>
> better advise in this, since he introduced that changed. Until that, I<br>
> was doing the GUI files directly without using the pyQt tools (not the<br>
> optimal way, I guess...), so no build was needed, but now you need it<br>
> to get the .py files from the resource files.<br>
><br>
> You have to use pyrcc4 and pyuic4 to compile those files. I guess you<br>
> can do it manually if you do not want to build using CMake<br>
><br>
> Best<br>
><br>
> Victor<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
Alexander Bruy<br>
</font></span></blockquote></div><br></div>