W
Wilk
Tom said:1) Portable to Windows, Unix-like platforms, and the Macintosh;
2) Powerful, GUI is very beautiful ;
3) Efficiency of development is high;
What's the best, Tkinter, wxPython, QT, GTK or other?
html !
Tom said:1) Portable to Windows, Unix-like platforms, and the Macintosh;
2) Powerful, GUI is very beautiful ;
3) Efficiency of development is high;
What's the best, Tkinter, wxPython, QT, GTK or other?
1) Portable to Windows, Unix-like platforms, and the Macintosh;
2) Powerful, GUI is very beautiful ;
3) Efficiency of development is high;
What's the best, Tkinter, wxPython, QT, GTK or other?
Tom said:1) Portable to Windows, Unix-like platforms, and the Macintosh;
2) Powerful, GUI is very beautiful ;
3) Efficiency of development is high;
What's the best, Tkinter, wxPython, QT, GTK or other?
Thanks!
Maurice said:That's almost like asking which way of cooking chicken is the best?
steam, fried, stew, roast?
1) Portable to Windows, Unix-like platforms, and the Macintosh;
2) Powerful, GUI is very beautiful ;
3) Efficiency of development is high;
What's the best, Tkinter, wxPython, QT, GTK or other?
PythonCard builds on wxPython (a subset, I believe) and includes aDon't forget Swing and SWT via Jython. Of course that brings with it all
the joys and sorrows of Java.
GTK on the Mac (OS X) requires installing and running an X server (an X
server is included on Apple's OS X install discs, but not installed by
default; it can also be downloaded for free from Apple). This may be enough
of an annoyance to turn some users off. I've had success with using GTK on
win32, and it's very standard on Linux systems.
I'm not sure what the status of QT on OS X is.
Tkinter still seems viable for things that don't require a lot of complex
controls. Also, it has a very powerful canvas widget. However, it won't
look very good on unix systems (no anti-aliasing, for one thing).
If you don't need a lot of complex controls, you might consider the embedded
webserver + browser route using CherryPy or Twisted.web + Nevow.
wxPython seems to have the best cross-platform support among CPython
toolkits, but it never seemed very Pythonic to me. There's a higher-level
package called wax that aims to remedy that.
Dave Cook
wxPython seems to have the best cross-platform support among CPython
toolkits, but it never seemed very Pythonic to me. There's a higher-level
package called wax that aims to remedy that.
Dave Cook
Fuzzyman said:Undoubtably Wax
Easier to learn than TKinter, with none of the limitations (it's built
on top of wxPython).
See http://zephyfalcon.org
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.