<div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I love you, Martin. I solved all my problems, hope so :-)</blockquote>
<div>&nbsp;</div>
<div>1. /usr/local/lib path definition does not exist in ld.so.conf directly. ld.so.conf refers to in /etc/ld.so.conf.d/libc.conf which has that path definition</div>
<div>&nbsp;</div>
<div>ý used following commands</div>
<div>&nbsp;</div>
<div>sudo chown vkepoglu /etc/ld.so.conf&nbsp; -&gt; take permission to edit file. edit and add path, run </div>
<div>sudo ldconfig</div>
<div>&nbsp;</div>
<div>it worked.</div>
<div>&nbsp;</div>
<div>2. for PYTHONPATH,&nbsp;edit bashrc and add path</div>
<div>&nbsp;</div>
<div>nano /home/vkepoglu/.bashrc -&gt; add the following lines</div>
<div>export PYTHONPATH=&#39;usr/local/share/qgis/python&#39; -&gt; save and exit, then from a prompt, run</div>
<div>source /home/vkepoglu/.bashrc</div>
<div>log off and the result in terminal is </div>
<div>&nbsp;</div>
<div><a href="mailto:vkepoglu@vkepoglu:~$">vkepoglu@vkepoglu:~$</a> python<br>Python 2.5.1 (r251:54863, Oct&nbsp; 5 2007, 13:36:32) <br>[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2<br>Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.
<br>&gt;&gt;&gt; import sys<br>&gt;&gt;&gt; sys.path<br>[&#39;&#39;, &#39;/usr/local/share/qgis/python&#39;, &#39;/usr/lib/python25.zip&#39;, &#39;/usr/lib/python2.5&#39;, &#39;/usr/lib/python2.5/plat-linux2&#39;, &#39;/usr/lib/python2.5/lib-tk&#39;, &#39;/usr/lib/python2.5/lib-dynload&#39;, &#39;/usr/local/lib/python2.5/site-packages&#39;, &#39;/usr/lib/python2.5/site-packages&#39;, &#39;/usr/lib/python2.5/site-packages/Numeric&#39;, &#39;/usr/lib/python2.5/site-packages/gst-
0.10&#39;, &#39;/var/lib/python-support/python2.5&#39;, &#39;/usr/lib/python2.5/site-packages/gtk-2.0&#39;, &#39;/var/lib/python-support/python2.5/gtk-2.0&#39;, &#39;/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode&#39;]
<br>&gt;&gt;&gt; from qgis.core import *<br>&gt;&gt;&gt; <br>&nbsp;</div>
<div>Ah, so why don&#39;t you use Windows release of QGIS?</div>
<div>&nbsp;</div>
<div>Martin</div>
<div>&nbsp;</div>
<div>I want to learn Linux, not crappy Windows anymore. I am not using QGIS at work but sometimes have time to learn something at work. it depends on me. As ý am also doing phd, trying to&nbsp;make thesis related works.&nbsp;The rules of IT department forces me to use windows. Here, at work we are using ESRI&#39;s products. I am using ArcGIS Desktop (ArcINFO licensed) from version 
8.0 to 9.1, ArcSDE and ArcIMS as&nbsp;GIS user at work.</div>
<div>&nbsp;</div>
<div>Thanks for everybody who contributed to do the development of qgis.</div>
<div>&nbsp;</div>
<div>Volkan Kepoglu</div>
<div>&nbsp;</div><br>&nbsp;</div><br>