>>What i actually my query is there is a .exe file exists in some
directory and i need to install that .exe file from my pthon script<br>>>itself either by execution or an by an interactive application....<br><br>>>suppose
i had an application with button labeled "install" and when i press
the button installation of a .exe file or .dmg file should start.<br><br>~~~~~<br>Are you looking for an installer?? Here's one for windows that you can
easily adapt to python programs. <a href="http://www.jrsoftware.org/isinfo.php">http://www.jrsoftware.org/isinfo.php</a><br>
<br>
If you need a multi-platform installer, you are on your own, but it shouldn't be too difficult.<br>
<br>
hmm... Cant you do a bit of searching yourself?<br>
<br>
~Sean<br><br><div class="gmail_quote">On Fri, Sep 11, 2009 at 11:50 PM, Sean DiZazzo <span dir="ltr"><<a href="mailto:half.italian@gmail.com">half.italian@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Yes. py2exe (<a href="http://www.py2exe.org/" target="_blank">http://www.py2exe.org/</a>) and py2app (<a href="http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html" target="_blank">http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html</a>)<br>
<br>These will take a Python program and create an executable file that doesn't rely on any installation of Python or the required libraries. (If the package is created correctly)<br><br>Is that what you mean?!?<br><br>
~Sean<br><br><div class="gmail_quote"><div><div></div><div class="h5">On Fri, Sep 11, 2009 at 11:39 PM, sudhakar s <span dir="ltr"><<a href="mailto:ssquery@gmail.com" target="_blank">ssquery@gmail.com</a>></span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">
Hi,<br> Can we install a .exe or .dmg file from python program itself...<br> <br clear="all"><br>-- <br>With Regards,<br><font color="#888888">S Sudhakar.<br>
</font><br></div></div>_______________________________________________<br>
Pythonmac-SIG maillist - <a href="mailto:Pythonmac-SIG@python.org" target="_blank">Pythonmac-SIG@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/pythonmac-sig" target="_blank">http://mail.python.org/mailman/listinfo/pythonmac-sig</a><br>
<br></blockquote></div><br>
</blockquote></div><br>