making an "executable" for a python code (newbie)

Sick Monkey sickcodemonkey at gmail.com
Sat Mar 10 15:51:24 EST 2007


You will probably want to read this documentation:
http://pyinstaller.hpcf.upr.edu/docs/Manual_v1.1.html

Look carefully at the following sections on the documentation:
"Building the runtime environment" and "Spec File" and "Spec File -> EXE"



<http://pyinstaller.hpcf.upr.edu/docs/Manual_v1.1.html#id4>On 3/10/07,
Pradnyesh
Sawant <spradml at gmail.com> wrote:
>
> hello,
> i have some python scripts (especially, PyQt4 scripts) that i want to
> deploy on both linux and windows m/c's. different packaging tools that
> i checked (cx_freeze, distutils, pyinstaller) allow me to create
> "installers". however, i'm interested in creating "executables" that
> allow the code to be run just on "double clicking". is there any way
> to get this done?
> also, it seems that "pyexe" creates a windows executable, but how do i
> use it on linux?
>
> thanks for all the help!
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20070310/86a77a5b/attachment.html>


More information about the Python-list mailing list