Distributing python applications for Windows users

Simon Brunning SBrunning at trisystems.co.uk
Thu Nov 28 08:52:45 EST 2002


> From:	martyn_quick at yahoo.co.uk [SMTP:martyn_quick at yahoo.co.uk]
> 
> What's the best way to distribute an application written in Python
> (consisting of quite a few modules and using Tkinter/Pmw for GUI) so
> that it can be used by someone who is using MS Windows without
> requiring them to install Python itself?
> 
> What's the easiest way also?  (I ask this because many of you have
> considerably more knowledge than me, and I might well find the best
> way is way beyond what I can currently handle.)
 
I like py2exe - <http://starship.python.net/crew/theller/py2exe/>. Others
prefer Installer - <http://starship.python.net/crew/gmcm/distribute.html>.

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