How to accelerate python application GUI speed
Jim Dabell
jim-usenet at jimdabell.com
Wed Sep 3 11:11:23 EDT 2003
ulysses wrote:
> I use wxPython make a bittorrent client. I find wxPython very slow and
> use many many memory.
> When app start, it need 19MB memory. I only use common GUI components.
> Python is a really good programming language. But how to do a small,smart,
> efficency GUI in win32,it's a big question.
In my opinion, the Qt toolkit is far better in terms of quality and speed
than wx/tk/whatever. It's also dead simple to code for. The Python
bindings are here: <URL:http://www.riverbankcomputing.co.uk/pyqt/>.
Check out the license first, some people don't like any of the choices
available.
--
Jim Dabell
More information about the Python-list
mailing list