Re: GUI programs

2010-05-31 Thread Gregory Ewing
jyoun...@kc.rr.com wrote: Has anyone had any luck getting PyGUI working on Snow Leopard? I can't seem to get the blobedit example to work. I've received reports that it seems to be problematic on Snow Leopard. Unfortunately I don't have access to a Snow Leopard system at the moment to trouble

Re: GUI programs

2010-05-31 Thread eb303
On May 30, 5:21 pm, "Alf P. Steinbach" wrote: > PS: Tkinter on its own does not provide image resizing and does not on its own > support common image formats like JPEG or PNG (it does support GIF). "Native" PNG support in tcl/tk and hence Tkinter is planned for the next release (8.6), which is in

Re: GUI programs

2010-05-30 Thread prezjordan
How does GTK compare to Qt? -- http://mail.python.org/mailman/listinfo/python-list

Re: GUI programs

2010-05-30 Thread Colin J. Williams
On 30-May-10 08:22 AM, Philip Semanchuk wrote: On May 29, 2010, at 9:13 PM, wrote: Just curious if anyone would be willing to share their thoughts about different Python GUI programming modules. I've been doing a bit of research and am trying to find something that: 1. Is portable. Would li

Re: GUI programs

2010-05-30 Thread Alf P. Steinbach
* jyoun...@kc.rr.com, on 30.05.2010 03:13: Just curious if anyone would be willing to share their thoughts about different Python GUI programming modules. I've been doing a bit of research and am trying to find something that: 1. Is portable. Would like to be able to send the module along wit

Re: GUI programs

2010-05-30 Thread Grant Edwards
On 2010-05-30, wrote: > 1. wxPython - This looks very good, although I'm not sure > how to set up portability with this. I'm not sure what you mean by "set up portability". If you follow the wxPython API documentation, then wxPython code is fairly portable. > Other machines that would run t

Re: GUI programs

2010-05-30 Thread Philip Semanchuk
On May 29, 2010, at 9:13 PM, wrote: Just curious if anyone would be willing to share their thoughts about different Python GUI programming modules. I've been doing a bit of research and am trying to find something that: 1. Is portable. Would like to be able to send the module along wit

Re: GUI programs

2010-05-30 Thread Detlev Offenbach
I would recommend PyQt. I've done a lot of programming with it (http://eric-ide.python-projects.org) and am amazed about the platform neutrality it offers. Regards, Detlev jyoun...@kc.rr.com wrote: > Just curious if anyone would be willing to share their thoughts > about different Python GUI p

GUI programs

2010-05-29 Thread jyoung79
Just curious if anyone would be willing to share their thoughts about different Python GUI programming modules. I've been doing a bit of research and am trying to find something that: 1. Is portable. Would like to be able to send the module along with the main python file that would be able