Re: Once again, comparison wxpython with PyQt

2009-06-19 Thread Hilmar Bunjes
Hans Müller schrieb: Thanks for all your informative replies. If I understand you right, for a commercial, closed source program I only need a commercial PyQt license for ~ 500€ ? As far as I know I also need a Qt Licenses which is ~3500€ per OS. What is right ? Qt is under the LGPL licens

Re: Once again, comparison wxpython with PyQt

2009-06-19 Thread Hans Müller
Thanks for all your informative replies. If I understand you right, for a commercial, closed source program I only need a commercial PyQt license for ~ 500€ ? As far as I know I also need a Qt Licenses which is ~3500€ per OS. What is right ? Thanks a lot, Hans -- http://mail.python.org/mail

Re: Once again, comparison wxpython with PyQt

2009-06-19 Thread Hilmar Bunjes
Diez B. Roggisch schrieb: Here we have to select between wxPython and PyQt for a medium size project. In this project several hundred dialogs are to be created. This work will be done by a program generator which has to re-written. The question now is which framework should we use. As far as I

Re: Once again, comparison wxpython with PyQt

2009-06-19 Thread pdpi
On Jun 18, 3:49 pm, "Diez B. Roggisch" wrote: > Hans Müller wrote: > > Here we have to select between wxPython and PyQt for a medium size > > project. In this project several hundred dialogs are to be created. This > > work will be done by a program generator which has to re-written. > > > The que

Re: Once again, comparison wxpython with PyQt

2009-06-19 Thread Diez B. Roggisch
Hans Müller wrote: > Here we have to select between wxPython and PyQt for a medium size > project. In this project several hundred dialogs are to be created. This > work will be done by a program generator which has to re-written. > > The question now is which framework should we use. > As far as

Once again, comparison wxpython with PyQt

2009-06-19 Thread Hans Müller
Here we have to select between wxPython and PyQt for a medium size project. In this project several hundred dialogs are to be created. This work will be done by a program generator which has to re-written. The question now is which framework should we use. As far as I could found is PyQt with th

Re: Once again, comparison wxpython with PyQt

2009-06-19 Thread Jeremy Sanders
Hans Müller wrote: > Thanks for all your informative replies. > > If I understand you right, for a commercial, closed source program I > only need a commercial PyQt license for ~ 500€ ? Why not ask the guys at riverbankcomputing? http://www.riverbankcomputing.co.uk/commercial/pyqt This page h

Re: Once again, comparison wxpython with PyQt

2009-06-18 Thread Jive Dadson
Qt has far better documentation, and it has Qt Designer. The documentation is a big deal. I wrote a little project in wxPython, and I spent 90% of my time just trying to find the names of member functions and then to figure out what they do. Why not use Qt C++? I like Python a lot. Heck, I

Re: Once again, comparison wxpython with PyQt

2009-06-18 Thread Mike Driscoll
On Jun 18, 8:35 am, Hans Müller wrote: > Here we have to select between wxPython and PyQt for a medium size project. > In this project several hundred dialogs are to be created. This work will be > done by a > program generator which has to re-written. > > The question now is which framework shou

Re: Once again, comparison wxpython with PyQt

2009-06-18 Thread Sebastian Wiesner
> On Jun 18, 3:49 pm, "Diez B. Roggisch" wrote: >> Hans Müller wrote: >> > Here we have to select between wxPython and PyQt for a medium size >> > project. In this project several hundred dialogs are to be created. >> > This work will be done by a program generator which has to re-written. >> >>