Dear all, <br>I tried to compile the development version of QGIS with some extra plugins, namely the <a href="http://wiki.orfeo-toolbox.org/index.php/Quantum_GIS_plugins">OTB plugin</a>. <br>I am using a 64bit fedora machine. The compilation of QGIS was fine without any problems. Below the options I used:<br>
<br>- cmake -DCMAKE_INSTALL_PREFIX:PATH=/home/myuser/bin/qgis/qgis_trunk -DGRASS_PREFIX:PATH=/usr/local/grass-6.5.svn/        <br>                              -DGDAL_LIBRARY:STRING=/usr/lib64/libgdal.so ..<br>- make -j<br>
- make install<br><br>QGIS was running fine, with many plugins, such as GRASS one. The OTB plugin was not appearing. <br>According to the instructions for the installation in the OTB website I called QGIS after adding the export of OTB libraries: <br>
<br>export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/bin/otb/built/bin:$; qgis<br><div id=":17z" class="ii gt"><br>and I get the following error message. Afterwards QGIS is working and OTB plugin is visible and working, but python is not enabled.<br>
<br>------------------------------------<br>


<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">Couldn't load PyQGIS.<br>Python support will be disabled.</span><br><br>Traceback (most recent call last):<br>  File "", line 1, in <br>

ImportError: No module named qgis.core<br><br>Python version:<br>2.6 (r26:66714, Nov  3 2009, 17:33:18) <br>[GCC 4.4.1 20090725 (Red Hat 4.4.1-2)]<br><br>QGIS version:<br>1.5.0-Trunk 'Trunk', 13417M<br><br>Python path:<br>

['/python', '/home/lp6220/.qgis/python', '/home/lp6220/.qgis/python/plugins', '/python/plugins', '/usr/lib/python2.6/site-packages/pupynere-1.0.13-py2.6.egg', '/usr/lib64/python26.zip', '/usr/lib64/python2.6', '/usr/lib64/python2.6/plat-linux2', '/usr/lib64/python2.6/lib-tk', '/usr/lib64/python2.6/lib-old', '/usr/lib64/python2.6/lib-dynload', '/usr/lib64/python2.6/site-packages', '/usr/lib64/python2.6/site-packages/Numeric', '/usr/lib64/python2.6/site-packages/PIL', '/usr/lib64/python2.6/site-packages/gtk-2.0', '/usr/lib64/python2.6/site-packages/wx-2.8-gtk2-unicode', '/usr/lib/python2.6/site-packages']</p>

------------------------------------<br><br>I tried to add some of the paths listed in the message to LD_LIBRARY_PATH without any success for the moment. <br>Thank you very much in advance for any suggestions.<br><br>Laura<br>

</div>