Re: Python GUIs and custom controls

2008-05-11 Thread Joe P. Cool
On 9 Mai, 10:14, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > If you can work with the license (GPL), I suggest Qt4 Thanks for your helpful hints, guys. -- Joe P. Cool -- http://mail.python.org/mailman/listinfo/python-list

Re: Python GUIs and custom controls

2008-05-09 Thread Diez B. Roggisch
Joe P. Cool schrieb: So far I have a little experience with Tkinter and wxPython. I wonder which of the numerous Python GUI kits would be the best choice for a multi platform application that makes heavy use of custom controls, 3D views and the like? Thanks in advance for your hints and advice.

Re: Python GUIs and custom controls

2008-05-08 Thread castironpi
On May 8, 4:30 pm, "Chuckk Hubbard" <[EMAIL PROTECTED]> wrote: > I likewise don't know enough to compare between toolkits, but another > one to check out might be pygame.  If nothing else, it is meant to be > fast and to handle 3D views. > > -Chuckk > > On Fri, May 9, 2008 at 12:10 AM, Joe P. Cool

Re: Python GUIs and custom controls

2008-05-08 Thread Chuckk Hubbard
I likewise don't know enough to compare between toolkits, but another one to check out might be pygame. If nothing else, it is meant to be fast and to handle 3D views. -Chuckk On Fri, May 9, 2008 at 12:10 AM, Joe P. Cool <[EMAIL PROTECTED]> wrote: > So far I have a little experience with Tkinter

Re: Python GUIs and custom controls

2008-05-08 Thread Mike Driscoll
On May 8, 4:10 pm, "Joe P. Cool" <[EMAIL PROTECTED]> wrote: > So far I have a little experience with Tkinter and wxPython. I wonder > which of the numerous Python GUI kits would be the best choice for a > multi platform application that makes heavy use of custom controls, 3D > views and the like? T

Python GUIs and custom controls

2008-05-08 Thread Joe P. Cool
So far I have a little experience with Tkinter and wxPython. I wonder which of the numerous Python GUI kits would be the best choice for a multi platform application that makes heavy use of custom controls, 3D views and the like? Thanks in advance for your hints and advice. Joe -- http://mail.pyth