Create a GUI and EXE for a python app?

Chris Rebert clp2 at rebertia.com
Thu Oct 28 17:04:12 EDT 2010


On Thu, Oct 28, 2010 at 1:53 PM, Braden Faulkner <bradenf at hotmail.com> wrote:
> Having trouble with my mail client, so sorry if this goes through more than
> once.
> I'm worknig on a simple math program as my first application. I would like
> to make a cross-platform pretty GUI for it and also package it up in a EXE
> for distribution on Windows.
> What are the best and easiest ways I can do this?

For the latter, py2exe:
http://www.py2exe.org/

Cheers,
Chris



More information about the Python-list mailing list