<div>Hi Marco,</div>
<div> </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> </div>
<div>In the cmd screen i get following error</div>
<div>The error i get is " 'python' is not recognized as an internal or external command, operable program or batch file."</div>
<div> </div>
<div>I tried to set the path through mycomputer->properties->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> </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 "python is not recognised ........". and when i checked through mycomputer->properties->advance option, i found no values are set.</div>
<div> </div>
<div>What should i do?</div>
<div>Please suggest me.</div>
<div> </div>
<div> </div>
<div>the screen shots of the cmd prompt is as follows:</div>
<div> </div>
<div>
<p><br><strong>C:\Documents and Settings\Bishwarup>d:</strong></p>
<p><strong>D:\>cd BTC</strong></p>
<p><strong>D:\BTC>cd Test_qgis</strong></p>
<p><strong>D:\BTC\Test_Qgis>cd tutorial</strong></p>
<p><strong>D:\BTC\Test_Qgis\Tutorial>cd tutorials</strong></p>
<p><strong>D:\BTC\Test_Qgis\Tutorial\tutorials>cd 2_basic_main_window</strong></p>
<p><strong>D:\BTC\Test_Qgis\Tutorial\tutorials\2_basic_main_window>set path=C:\Program Files\Quantum Gis;%PATH%</strong></p>
<p><strong>D:\BTC\Test_Qgis\Tutorial\tutorials\2_basic_main_window>set pythonpath=C:\Program Files\Quantum GIS\python</strong></p>
<p><strong>D:\BTC\Test_Qgis\Tutorial\tutorials\2_basic_main_window>python mainwindow.py<br>'python' 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> </div>
<div> </div>
<div>Thank you in advance.</div>
<div>Bishwarup</div>
<div> </div>
<div><span class="gmail_quote">On 9/10/08, <b class="gmail_sendername">Marco Pasetti</b> <<a href="mailto:marcopstt@gmail.com">marcopstt@gmail.com</a>> 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's all,<br><span class="sg"><br>Marco <br></span></blockquote></div><br>