Re: [Tutor] wxPython vs PyQt

2009-03-16 Thread Kent Johnson
2009/3/16 Elena of Valhalla : > 2009/3/16 Neven Goršić : >> I just would like to correct my incomplete PyQT pricing list from >> above and mislead none. >> >> If you intent to write commercial programs you have to pay: >> >> 400 EURO   for PyQT     AND    3000 EURO  for QT !!! > > actually, QT is m

Re: [Tutor] wxPython vs PyQt

2009-03-16 Thread Elena of Valhalla
2009/3/16 Neven Goršić : > I just would like to correct my incomplete PyQT pricing list from > above and mislead none. > > If you intent to write commercial programs you have to pay: > > 400 EURO   for PyQT     AND    3000 EURO  for QT !!! actually, QT is moving to LGPL, so in the near future you

Re: [Tutor] wxPython vs PyQt

2009-03-16 Thread Neven Goršić
I just would like to correct my incomplete PyQT pricing list from above and mislead none. If you intent to write commercial programs you have to pay: 400 EURO for PyQT AND3000 EURO for QT !!! - On Tue, Ma

Re: [Tutor] wxPython vs PyQt

2009-03-10 Thread Neven Goršić
Thank you all. It was not easy to decide what to learn/use, so I "Google" some more. I have found that PyQT is more stable, faster, more consistent and more expensive :). 400 € is too much for playing around with some GUI, but GPL licence resolves that issue. The cons are C++ oriented documentatio

Re: [Tutor] wxPython vs PyQt

2009-03-04 Thread johnf
On Wednesday 04 March 2009 04:56:37 pm Alan Gauld wrote: > "Kent Johnson" wrote > > > I've heard good things about Dabo, never tried it myself though. > > http://dabodev.com/ > > I looked at Dabo but decided not to try it since it was yet another > framework. Although it's based on wxPython they h

Re: [Tutor] wxPython vs PyQt

2009-03-04 Thread Alan Gauld
"Kent Johnson" wrote I've heard good things about Dabo, never tried it myself though. http://dabodev.com/ I looked at Dabo but decided not to try it since it was yet another framework. Although it's based on wxPython they have layered their own widgets on top which is what the GUI Builder

Re: [Tutor] wxPython vs PyQt

2009-03-04 Thread Kent Johnson
On Wed, Mar 4, 2009 at 9:06 AM, Neven Goršić wrote: > Hi! > > I am about to begin to learn GUI programming with Python. What are pros and > cons for PyQT and wxPython? > > I read that PyQT has PyQT Designer which makes GUI programming easier. Is it > owned and supported by Nokia? > What about wxPy

Re: [Tutor] wxPython vs PyQt

2009-03-04 Thread Chris Fuller
There is a not-free GUI builder, wxDesigner, that isn't too bad (except for costing money). http://www.roebling.de The GLADE GUI builder for Gtk is very nice, however. http://www.pygtk.org/ For windows: http://gladewin32.sourceforge.net/ Cheers ___

Re: [Tutor] wxPython vs PyQt

2009-03-04 Thread Alan Gauld
"Neven Gorsic" wrote I read also that none of them are even near as good as Delphi or VB. Is it really so? I had a look around various GUII building tools for wxPython but none of them were near Delphi/VB standard. I've never used pyQT or even vanilla Qt so the idea of learning yet another G

[Tutor] wxPython vs PyQt

2009-03-04 Thread Neven Goršić
Hi! I am about to begin to learn GUI programming with Python. What are pros and cons for PyQT and wxPython? I read that PyQT has PyQT Designer which makes GUI programming easier. Is it owned and supported by Nokia? What about wxPython? Boa Constructor is not developed any more ... Is there any pr