Re: Tkinter, wxPython, PyGtk, or PyQt...

2007-11-29 Thread Benjamin
On Nov 29, 11:53 am, gsal <[EMAIL PROTECTED]> wrote: > is PyQt related to Qt? I presume so. I sure that if it wasn't, Trolltech would be on their back... > > is Qt needed for PyQt? > > is PyQt usable in all platforms Python is available and is it GPLed, > too? > > I read TrollTech webpage on QT and

Re: Tkinter, wxPython, PyGtk, or PyQt...

2007-11-29 Thread Diez B. Roggisch
gsal schrieb: > is PyQt related to Qt? I presume so. > > is Qt needed for PyQt? Sure. > is PyQt usable in all platforms Python is available and is it GPLed, > too? Yes. Diez -- http://mail.python.org/mailman/listinfo/python-list

Re: Tkinter, wxPython, PyGtk, or PyQt...

2007-11-29 Thread gsal
is PyQt related to Qt? I presume so. is Qt needed for PyQt? is PyQt usable in all platforms Python is available and is it GPLed, too? I read TrollTech webpage on QT and the Windows version is not free for in-house development in the private industry; licenses start around $6000 for the first yea

Re: Tkinter, wxPython, PyGtk, or PyQt...

2007-11-29 Thread kyosohma
On Nov 28, 7:34 pm, "John Jameson" <[EMAIL PROTECTED]> wrote: > hi carl, > > I'm totally new with graphics for python. I'm using windows, but you > make it sound like I need to know how to program with MFC to use them? > Is this true? Can't you just stay in python? > best, > John > > I would like l

Re: Tkinter, wxPython, PyGtk, or PyQt...

2007-11-28 Thread Benjamin
John Jameson wrote: > hi carl, > > I'm totally new with graphics for python. I'm using windows, but you > make it sound like I need to know how to program with MFC to use them? > Is this true? Can't you just stay in python? Yes, all of the libraries below let you stay in Python. (They have binary

Tkinter, wxPython, PyGtk, or PyQt...

2007-11-28 Thread John Jameson
hi carl, I'm totally new with graphics for python. I'm using windows, but you make it sound like I need to know how to program with MFC to use them? Is this true? Can't you just stay in python? best, John I would like like to start doing some GUI-programming in Python, but don't know which lib