OT: Python GUI libraries 2005-06-15 - By Erik
Back Hi All,
You don't necessarily have to pay the license for WIn, if you buy the "C++ GUI programming with Qt 3" book it includes a GPL'ed version of the Qt 3 libraries and SDK for Win32. I've been using Qt for quite a while for cross-platform work and it's one of the best object-oriented GUI frameworks I've come across. Python's easy integration and extensiblity trough C++ makes it relatively easy to prototype your code in Python and replace possible performance bottlenecks later with C++ code without having to jump through hoops or switch framework.
Best bet IMHO ;-)
Cheers,
Erik
On Thu, 2005-06-16 at 02:06, Aloys Baillet wrote: > Hi Patrick, > > I used wxPython to build a cross-platform render management system in > La Maison, and it's really a great tool which saved us a lot of time! > PyQT seems to be really good as well, but you will have to pay the > license for the windows libraries... it might be a good idea as I > heard that development time is shorter with PyQT than with wxPython, > and the QT "look'n feel" is quite smoother on linux too... > If you want something totally free, I would strongly advice wxPython: > the community is really big now, and new widgets appear regularly. > > Cheers, > > Aloys > > On 6/16/05, Patrick Boucher <patrickb@(protected)> wrote: > I'm way OT here but I thought I'd ask people who have > sensibly the same > type of experience I have... > > Anybody work with cross-platform Python GUI libraries > (wxPython, > tkinter, pyQT) and would have recommendations? I'm looking at > building a > cross platform application and would like to build it in > Python so I can > leverage the code that will be written for it inside XSI. > > Comments on other types of cross platform frameworks, > I've been looking > _really_ closely at Mozilla, are welcome as well... > > -- > Patrick Boucher > TD - Coder - Resident geek > Buzz Image Group > Tel 514.848.0579 > Fax 514.848.6371 > > www.buzzimage.com > www.xsi-blog.com > --- > Unsubscribe? Mail Majordomo@(protected) with the following > text in body: > unsubscribe xsi > > > > -- > Aloys Baillet - XSI Technical Director > Character Dpt - Animal Logic > --
--- Unsubscribe? Mail Majordomo@(protected) with the following text in body: unsubscribe xsi
|
|