HI -- I have a Python app written using pygtk. I'm just learning
about wx and want to know the pros and cons for a new app, so I have a
few questions:
1. Since wx uses gtk on linux, what is the main advantage to use
wxpython over pygtk?
The main advantage is that wx uses the native widgets of the target OS
as much as possible. In other words, wx shouldn't look any different
than the pyGTK application, but the same code will look "right" on
Windows.
2. Does wx use QT for KDE users? (That would be nice!)
I don't think that's the case at the moment, but I'm not sure...
3. Does wx use gtk on Windows or native Windows APIs?
wx uses the native widgets on Windows. I don't think it exposes the
Windows API directly, but does use it underneath the covers.
4. My new app must (so I'm told) run on python 3.x and support both
32- and 64-bit systems (Windows and Linux, maybe (big maybe!) Mac at
some point). Does wx support python3.x and 64-bit OSes? If not, is
it planned and is there a timeframe? Currently pygtk doesn't support
Python 3.0 either (thought it has had 64-bit support for a while now)
but I want to go with the libraries that will get there first.
There is no Python 3.0 support right now. There has been talk of
trying to get that done over the summer using the Google Summer of
Code program, but I haven't heard if anyone's interested in doing
that. If you had looked at the wxPython downloads page, you would have
noticed that there is a 64-bit build.
5. Has anyone converted from pygtk to wxpython? If so, what is the
effort required and...is it worth it?
I went from Tkinter to wx and I think that was definitely worth it. I
couldn't get pyGTK to run on my Windows box, so I can't say how much
they differ in methodologies. I can say that this mailing list is the
best Python related mailing list I've ever been on though. If you need
help with wx, then this is the place to be.
···
On Mar 14, 10:54 pm, GotGTKWantWx <gerald.brit...@gmail.com> wrote:
-------------------
Mike Driscoll
Blog: http://blog.pythonlibrary.org