Hi Martin,<br><br>Could you please point me where can I find packing Qgis document to include the python path in environment variable using NSIS. (or)<br>any document where I can find how to configure <b>QGIS-Installer.nsi</b> file to include all path into environment variable. Thanks.<br>
<br><br>Regards<br>Sasikumar<br><br><div class="gmail_quote">On Fri, Sep 2, 2011 at 1:55 PM, Martin Dobias <span dir="ltr">&lt;<a href="mailto:wonder.sk@gmail.com">wonder.sk@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
On Fri, Sep 2, 2011 at 10:15 AM, Sasikumar Kanniyappan<br>
<div class="im">&lt;<a href="mailto:qgis.developer@gmail.com">qgis.developer@gmail.com</a>&gt; wrote:<br>
</div><div class="im">&gt; Hi Martin,<br>
&gt;<br>
&gt; Thanks for your reply.<br>
&gt;<br>
&gt;     I doing some customization work and creating tools in Qgis 1.7. The<br>
&gt; problem is the newly build installer is working on the development machine<br>
&gt; but it is not working with the other machines. As you said, something wrong<br>
&gt; with the python while creating installer. Please let me know how to build<br>
&gt; the Qgis 1.7 with python.(Once again the installer is working on my<br>
&gt; development machine).<br>
&gt;<br>
&gt; I am attaching the error screen shot for you reference.(All error are at<br>
&gt; python start up)<br>
<br>
</div>The screenshots suggest that something went wrong with the python<br>
path: there are several relative paths (&#39;.\\DLLs&#39; and others). Python<br>
docs suggest [1] that you should set PYTHONHOME environment variable<br>
to get correct paths. This may be reason why it works on your<br>
development machine and not elsewhere.<br>
<br>
[1] <a href="http://docs.python.org/using/windows.html" target="_blank">http://docs.python.org/using/windows.html</a><br>
<font color="#888888"><br>
Martin<br>
</font></blockquote></div><br>