<div>Hi Marco,</div>
<div>&nbsp;</div>
<div>Thank you very much for your reply. But it is not working.</div>
<div>I followed the exact steps that you suggested. </div>
<div>&nbsp;</div>
<div>In the cmd screen i get following error</div>
<div>The error i get is&nbsp;&nbsp;&nbsp;&nbsp;&quot;&nbsp;&nbsp;&nbsp; &#39;python&#39; is not recognized as an internal or external command, operable program or batch file.&quot;</div>
<div>&nbsp;</div>
<div>I tried to set the path through mycomputer-&gt;properties-&gt;advance option.</div>
<div>It is being displayed in the variable but after setting the pythonpath variable when i try to start python idle i get the error that the python dll not found and all the values in the path variables are displayed, and python is not getting started.</div>

<div>&nbsp;</div>
<div>And when i cleared all the values needed for python and quantum GIS from the environment variable and used the command set as suggested by you from cmd, then again the same error &quot;python is not recognised ........&quot;. and when i checked through mycomputer-&gt;properties-&gt;advance option, i found no values are set.</div>

<div>&nbsp;</div>
<div>What should i do?</div>
<div>Please suggest me.</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>the screen shots of the cmd prompt is as follows:</div>
<div>&nbsp;</div>
<div>
<p><br><strong>C:\Documents and Settings\Bishwarup&gt;d:</strong></p>
<p><strong>D:\&gt;cd BTC</strong></p>
<p><strong>D:\BTC&gt;cd Test_qgis</strong></p>
<p><strong>D:\BTC\Test_Qgis&gt;cd tutorial</strong></p>
<p><strong>D:\BTC\Test_Qgis\Tutorial&gt;cd tutorials</strong></p>
<p><strong>D:\BTC\Test_Qgis\Tutorial\tutorials&gt;cd 2_basic_main_window</strong></p>
<p><strong>D:\BTC\Test_Qgis\Tutorial\tutorials\2_basic_main_window&gt;set path=C:\Program Files\Quantum Gis;%PATH%</strong></p>
<p><strong>D:\BTC\Test_Qgis\Tutorial\tutorials\2_basic_main_window&gt;set pythonpath=C:\Program Files\Quantum GIS\python</strong></p>
<p><strong>D:\BTC\Test_Qgis\Tutorial\tutorials\2_basic_main_window&gt;python mainwindow.py<br>&#39;python&#39; is not recognized as an internal or external command,<br>operable program or batch file.</strong></p></div>
<div>What should i do now?</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Thank you in advance.</div>
<div>Bishwarup</div>
<div>&nbsp;</div>
<div><span class="gmail_quote">On 9/10/08, <b class="gmail_sendername">Marco Pasetti</b> &lt;<a href="mailto:marcopstt@gmail.com">marcopstt@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Bishwarup,<br><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Step 1. Python 2.5<br></blockquote>correct<br><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Step 2. PyQT 4.4.3<br></blockquote>maybe not needed (already bundled in the released package), but generally correct<br>
<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Step 3. QGIS-0.11.0-2-Setup.exe<br></blockquote>correct again<span class="q"><br><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">that is all and no other step.<br></blockquote></span>right<span class="q"><br><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Do i need to do anything else apart from this.<br></blockquote></span>No<span class="q"><br><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I want to develop a customized application with the help of Quantum GIS and python.<br>Please help me out.<br>
</blockquote><br></span>as I told you in the previous e-mails, you should carefully read the tutorial!<br>summarizing:<br><br>1. download the tutorial package: <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://mapserver.sk/~wonder/qgis/tutorials.tar.gz" target="_blank">http://mapserver.sk/~wonder/qgis/tutorials.tar.gz</a><br>
2. untar it to a temporary directory c:\temp (or wherever you want)<br>3. open a windows terminal (cmd)<br>4. change to the directory where you placed the tutorial files (cd c:\temp)<br>5. set the environmental variables as explained in the tutorial;<br>
<br>if you installed qgis into C:\Program Files\Quantum GIS, as suggested by the installer, type<br><br>set PATH=C:\Program Files\Quantum GIS;%PATH%<br>set PYTHONPATH=C:\Program Files\Quantum GIS\python<br><br>6. launch the desired tutorial file:<br>
<br>python mainwindow.py<br><br>That&#39;s all,<br><span class="sg"><br>Marco <br></span></blockquote></div><br>