Create a GUI and EXE for a python app?

bradenf at hotmail.com bradenf at hotmail.com
Thu Oct 28 18:34:13 EDT 2010


Thanks what is there to learn about each gui tools? 

------Original Message------
From: Alex Hall
To: bradenf at hotmail.com
Cc: python-list at python.org
Subject: Re: Create a GUI and EXE for a python app?
Sent: Oct 28, 2010 5:49 PM

There is tkinter or WX for a gui solution. I use wx just because I
already know it and it does what I need it to do, so I see no reason
to switch to a different library to do the same thing.

On 10/28/10, bradenf at hotmail.com <bradenf at hotmail.com> wrote:
> Thanks ill give it a try! Anyone know about the GUI then?
>
> ------Original Message------
> From: Chris Rebert
> Sender: chris at rebertia.com
> To: Braden Faulkner
> Cc: python-list at python.org
> Subject: Re: Create a GUI and EXE for a python app?
> Sent: Oct 28, 2010 5:04 PM
>
> 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
>
>
>
> Sent wirelessly from my BlackBerry.
> --
> http://mail.python.org/mailman/listinfo/python-list
>


-- 
Have a great day,
Alex (msg sent from GMail website)
mehgcap at gmail.com; http://www.facebook.com/mehgcap



Sent wirelessly from my BlackBerry.


More information about the Python-list mailing list