From mitch.pirtle at gmail.com Sun Jul 10 00:11:46 2005 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Tue Mar 4 07:27:37 2008 Subject: [python] GUI toolkits, revisited Message-ID: <330532b60507092111eaca45a@mail.gmail.com> Hey gang, One of our Summer of Code projects for Mambo is an Admin fat client interface, and it is going to be written in Python. I'd like to ping everyone here with experience to sound off on the different GUI toolkits, their pros and cons, and cross-platform idiosyncrasies ;-) If you were spending the summer writing a GUI for Mambo admin, and it had to be really great cross-platform, what toolkit would you choose, and why? -- Mitch Pirtle Mambo Core Developer From bob at redivi.com Sun Jul 10 00:29:32 2005 From: bob at redivi.com (Bob Ippolito) Date: Tue Mar 4 07:27:37 2008 Subject: [python] GUI toolkits, revisited In-Reply-To: <330532b60507092111eaca45a@mail.gmail.com> References: <330532b60507092111eaca45a@mail.gmail.com> Message-ID: <1432F602-6F7B-42F2-9D48-EAC4C4692433@redivi.com> On Jul 9, 2005, at 6:11 PM, Mitch Pirtle wrote: > One of our Summer of Code projects for Mambo is an Admin fat client > interface, and it is going to be written in Python. > > I'd like to ping everyone here with experience to sound off on the > different GUI toolkits, their pros and cons, and cross-platform > idiosyncrasies ;-) > > If you were spending the summer writing a GUI for Mambo admin, and it > had to be really great cross-platform, what toolkit would you choose, > and why? wxPython is really your only choice if you want to reasonably target all of the platforms with a single code base. Everything else is either not available or totally screwed up on at least one important platform. -bob