Executable program is possible?

Paul Rubin phr-n2002a at nightsong.com
Mon Jan 21 10:50:13 EST 2002


J. Nielson <daculas at yahoo.com> writes:
> you can download py2exe from the main site of Python,
> http://www.python.org
> 
> or you can see this page:
> http://starship.python.net/crew/theller/py2exe/

I'm wondering a couple things about this (I'm primarily a Linux user):

1) If I write a Python prog under Linux, can I cross-build it as a
Windows executable running py2exe under Linux?  Does the exe have a
reasonable chance of being useable on a Windows system immediately, if
I don't have a Windows system to test on?  

2) How large is the .exe file typically, if the Python program isn't
large and doesn't use a lot of modules?

Thanks.



More information about the Python-list mailing list