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
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.
> > 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.
>
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
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 GUI
elements or arethey project dependant.
--
janaki
--
ht