Re: most popular gui framework for python

2010-08-12 Thread meitham
On Aug 11, 8:31 pm, Back9 wrote: > Hi, > > Does anyone know of what is the most popular gui framework for python > application? > > TIA I used to prefer using GTK mainly because it is available on most platforms. I have realised the majority of the enterprises prefer to use

Re: most popular gui framework for python

2010-08-11 Thread Ben Finney
Back9 writes: > Does anyone know of what is the most popular gui framework for python > application? The Python standard library comes with one, Tkinter http://docs.python.org/library/tkinter.html>. Recently the Tix extension is also available in the standard library http://docs.p

Re: most popular gui framework for python

2010-08-11 Thread Peter
On Aug 12, 6:13 am, Thomas Jollans wrote: > On Wednesday 11 August 2010, it occurred to Back9 to exclaim: > > > Hi, > > > Does anyone know of what is the most popular gui framework for python > > application? > > I'd guess at Tkinter - it's part of th

Re: most popular gui framework for python

2010-08-11 Thread Thomas Jollans
On Wednesday 11 August 2010, it occurred to Back9 to exclaim: > Hi, > > Does anyone know of what is the most popular gui framework for python > application? I'd guess at Tkinter - it's part of the standard library. Another quite popular option is PyGtk. Other good ones

Re: most popular gui framework for python

2010-08-11 Thread J.O. Aho
Back9 wrote: > Does anyone know of what is the most popular gui framework for python > application? Don't think it's the most popular, but I think it may be the one which works for quite a lot of different platforms, PyQt, works fine on my desktop as cellphone. --

most popular gui framework for python

2010-08-11 Thread Back9
Hi, Does anyone know of what is the most popular gui framework for python application? TIA -- http://mail.python.org/mailman/listinfo/python-list