hey again,<br><br><br>well now i&#39;m trying to compile myself qgis with 
following this tutorial :<br><a href="http://linfiniti.com/2009/11/compiling-qgis-under-ubuntu-9-10/" target="_blank">http://linfiniti.com/2009/11/compiling-qgis-under-ubuntu-9-10/</a><br>
<br><br>when i&#39;m trying to compile qgis &#39;m getting this error :<br> ImportError:
 No module named PyQt4.uic.pyuic<br><br><br> but i&#39;ve already these 
package : python-qt4 python-qt4-dev pyqt4-dev-tools<br><br><br>
here is other information :<br><br><br><br><br>Traceback (most recent 
call last):<br>  File &quot;/usr/bin/pyuic4&quot;, line 3, in ?<br>    import 
PyQt4.uic.pyuic<br>ImportError: No module named PyQt4.uic.pyuic<br>make[2]:
 *** [python/plugins/plugin_<div id=":125" class="ii gt">installer/ui_qgsplugininstallerbase.py]
 Error 1<br>
make[1]: *** [python/plugins/plugin_installer/CMakeFiles/pluginstaller.dir/all]
 Error 2<br>make: *** [all] Error 2<br><br>micka@micka-laptop:~/dev/cpp/qgis/build$
 whereis python<br>python: /usr/bin/python2.6 /usr/bin/python2.5 
/usr/bin/python /usr/bin/python2.6-dbg-config /usr/bin/python2.4 
/usr/bin/python2.4-config /usr/bin/python2.6-dbg 
/usr/bin/python2.6-config /etc/python2.6 /etc/python2.5 /etc/python 
/etc/python2.4 /usr/lib/python2.6 /usr/lib/python3.0 /usr/lib/python2.5 
/usr/lib/python2.4 /usr/local/bin/python /usr/local/bin/python2.4 
/usr/local/lib/python2.6 /usr/local/lib/python2.5 
/usr/local/lib/python2.4 /usr/include/python2.6 /usr/include/python2.5 
/usr/include/python2.5_d /usr/include/python2.4 /usr/include/python2.6_d
 /usr/share/python /usr/share/man/man1/python.1.gz<br>
<br><br><br><br>micka@micka-laptop:~/dev/cpp/qgis/build$ which 
python<br>/usr/local/bin/python<br><br><br><br>what is wrong ? thx for 
your help ^^ ( ubuntu 9.10 )<br><br><br><br><br></div><br><br><div class="gmail_quote">On Sat, Feb 6, 2010 at 7:03 PM, Anne Ghisla <span dir="ltr">&lt;<a href="mailto:a.ghisla@gmail.com">a.ghisla@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On Sat, Feb 6, 2010 at 7:57 PM, Michael musset &lt;<a href="mailto:mickamusset@gmail.com">mickamusset@gmail.com</a>&gt; wrote:<br>

&gt; Hi,<br>
&gt;<br>
&gt; i&#39;m trying to follow this tutorial :<br>
&gt; <a href="http://blog.qgis.org/node/10" target="_blank">http://blog.qgis.org/node/10</a><br>
&gt;<br>
&gt; and when i tape the command cmake .. i&#39;m getting this error :<br>
&gt;<br>
&gt; CMake Error: The source directory &quot;/home/micka&quot; does not appear to contain<br>
&gt; CMakeLists.txt.<br>
&gt; Specify --help for usage, or press the help button on the CMake GUI.<br>
<br>
</div>Hi Michael,<br>
<br>
the code snippet misses<br>
<br>
cd build/<br>
<br>
before running cmake. cmake .. means that CMakeLists.txt will be<br>
searched in the parent directory (correct me if wrong).<br>
<br>
hope this helps and happy hacking :)<br>
<font color="#888888">Anne<br>
</font></blockquote></div><br>