Re: please help me choose a proper gui library.

2006-11-18 Thread krishnakant Mane
On 18 Nov 2006 12:40:57 -0800, sturlamolden <[EMAIL PROTECTED]> wrote: > It's a matter of taste. I would recommend PyGTK (yes it runs on > Windows). You can design the GUI in a fly with GLADE, and import it as > an XML resource in Python with one single line of code. I also have to consider the iss

Re: please help me choose a proper gui library.

2006-11-18 Thread Phil Thompson
On Saturday 18 November 2006 6:22 pm, krishnakant Mane wrote: > On 18/11/06, Phil Thompson <[EMAIL PROTECTED]> wrote: > > You have to install Qt first. You only need to install the run-time > > elements (ie. the DLLs) on the client's machine. Unless your application > > is licensed under the GPL (a

Re: please help me choose a proper gui library.

2006-11-18 Thread sturlamolden
krishnakant Mane wrote: > now My question is which gui toolkit should I choose? It's a matter of taste. I would recommend PyGTK (yes it runs on Windows). You can design the GUI in a fly with GLADE, and import it as an XML resource in Python with one single line of code. It will save you an awful

Re: please help me choose a proper gui library.

2006-11-18 Thread krishnakant Mane
On 18/11/06, Phil Thompson <[EMAIL PROTECTED]> wrote: > You have to install Qt first. You only need to install the run-time elements > (ie. the DLLs) on the client's machine. Unless your application is licensed > under the GPL (and you are using the GPL version of Qt and PyQt) then there > are com

Re: please help me choose a proper gui library.

2006-11-18 Thread Phil Thompson
On Saturday 18 November 2006 5:44 pm, krishnakant Mane wrote: > hello all. > after finishing a project in record time using python we have taken up > one more project. > this time however, we need to do a gui based project which will run > on windows xp and 2000. > now My question is which gui too

please help me choose a proper gui library.

2006-11-18 Thread krishnakant Mane
hello all. after finishing a project in record time using python we have taken up one more project. this time however, we need to do a gui based project which will run on windows xp and 2000. now My question is which gui toolkit should I choose? I had initially raised some doubt about accessibilit