Compiling

Simon Brunning SBrunning at trisystems.co.uk
Tue Jul 31 05:05:53 EDT 2001


> From:	Soup-a-Stu [SMTP:stupot999 at hotmail.com]
> I am very new to Python and i need a bit of help with compiling my stuff.
> i'm using windows ME, and the latest version of Python.
 
Python can't be compiled as such, but I have found that py2exe (here
<http://starship.python.net/crew/theller/py2exe/>) gives the result that
most people want when they *say* that they want a compiler.

In conjunction with Inno setup (here
<http://www.jrsoftware.org/isinfo.htm>), you can go from a Python script to
a Windows setup program. Is this what you need?

Cheers,
Simon Brunning
TriSystems Ltd.
sbrunning at trisystems.co.uk




-----------------------------------------------------------------------
The information in this email is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this email by anyone else
is unauthorised. If you are not the intended recipient, any disclosure,
copying, distribution, or any action taken or omitted to be taken in
reliance on it, is prohibited and may be unlawful. TriSystems Ltd. cannot
accept liability for statements made which are clearly the senders own.




More information about the Python-list mailing list