Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #21418

Re: GUI components in python

Date 2012-03-09 09:57 +0530
From hackingKK <hackingkk@gmail.com>
Subject Re: GUI components in python
References <CAJJmO1XiGTboC4H7qhS5Yt4KfNHp5orPWqZNrKZk6AF9S0Ormw@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.528.1331267246.3037.python-list@python.org> (permalink)

Show all headers | View raw


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.


On 07/03/12 19:14, 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 GUI
> elements or arethey project dependant.
>

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: GUI components in python hackingKK <hackingkk@gmail.com> - 2012-03-09 09:57 +0530

csiph-web