exemaker and bdist, too:
http://effbot.org/downloads/index.cgi/exemaker-1.2-20041012.zip/README
http://www.python.org/doc/2.2.3/dist/creating-wininst.html
RM wrote:
> Does cx_Freeze pack all dependencies? Would te resulting files(s) be
> able to run on a Linux machine that does not have Python i
Does cx_Freeze pack all dependencies? Would te resulting files(s) be
able to run on a Linux machine that does not have Python installed? If
not, what alternatives are there to accomplish that? Is the McMillan
installer still being maintained? Does it work for GUI applications?
-Ruben
Stephen
Thanks. I'll try it .
--
http://mail.python.org/mailman/listinfo/python-list
Thanks.
--
http://mail.python.org/mailman/listinfo/python-list
On 13 Mar 2005 14:31:53 -0800, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Hi
>
> I have a python script under linux, I wonder if I can be converted to
> an executable or not?
Yes, you can use cx_Freeze.
Regards,
Stephen Thorne
--
http://mail.python.org/mailman/listinfo/python-list
I wonder if I get the executable like c program compiled by gcc
--
http://mail.python.org/mailman/listinfo/python-list
In <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] wrote:
> I have a python script under linux, I wonder if I can be converted to
> an executable or not?
Place '#!/usr/bin/env python' as the first line of your script and type::
chmod u+x yourscript.py
at the command line. ;-)
Ciao,
Marc 'Bla
Hi
I have a python script under linux, I wonder if I can be converted to
an executable or not?
Richard
--
http://mail.python.org/mailman/listinfo/python-list