You will probably want to read this documentation:<br><a href="http://pyinstaller.hpcf.upr.edu/docs/Manual_v1.1.html">http://pyinstaller.hpcf.upr.edu/docs/Manual_v1.1.html</a><br><br>Look carefully at the following sections on the documentation:
<br>"Building the runtime environment" and "Spec File" and "Spec File -> EXE"<br><br><br> <br><a class="toc-backref" href="http://pyinstaller.hpcf.upr.edu/docs/Manual_v1.1.html#id4" id="building-the-runtime-executables" name="building-the-runtime-executables">
</a><div><span class="gmail_quote">On 3/10/07, <b class="gmail_sendername">Pradnyesh Sawant</b> <<a href="mailto:spradml@gmail.com">spradml@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hello,<br>i have some python scripts (especially, PyQt4 scripts) that i want to<br>deploy on both linux and windows m/c's. different packaging tools that<br>i checked (cx_freeze, distutils, pyinstaller) allow me to create
<br>"installers". however, i'm interested in creating "executables" that<br>allow the code to be run just on "double clicking". is there any way<br>to get this done?<br>also, it seems that "pyexe" creates a windows executable, but how do i
<br>use it on linux?<br><br>thanks for all the help!<br>--<br><a href="http://mail.python.org/mailman/listinfo/python-list">http://mail.python.org/mailman/listinfo/python-list</a><br></blockquote></div><br>