Re: GUI components in python

2012-03-08 Thread Michael Torrie
On 03/07/2012 06:44 AM, janaki rajamani wrote: > Hi > > I am stuck with the brain workshop software implemented using python. > The code involves a lot of GUI elements and i am familar only with the > basic python programming. > I would like to know whether there are built in classes to support GU

Re: GUI components in python

2012-03-08 Thread hackingKK
Hi Janaki, Python will mostly use either the pygtk library or pyqt library for any rich and production quality GUI. So you must try figuring out if either of these 2 libraries are used. Other than this, there is tkinter which i guess comes with Python as default. Happy hacking. Krishnakant.

RE: GUI components in python

2012-03-08 Thread Prasad, Ramit
> > I am stuck with the brain workshop software implemented using python. > > The code involves a lot of GUI elements and i am familar only with the > > basic python programming. > > I would like to know whether there are built in classes to support GUI > > elements or arethey project dependant. >

Re: GUI components in python

2012-03-08 Thread Adam Tauno Williams
On Wed, 2012-03-07 at 19:14 +0530, janaki rajamani wrote: > I am stuck with the brain workshop software implemented using python. > The code involves a lot of GUI elements and i am familar only with the > basic python programming. > I would like to know whether there are built in classes to support