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 browsers even for loca
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.python.org/libr
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 the standard library.
> Another quite popular opt
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 include wxPython, PyQt,
an
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.
--
//Aho
--
http://mail.pytho