Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #21418 > unrolled thread
| Started by | hackingKK <hackingkk@gmail.com> |
|---|---|
| First post | 2012-03-09 09:57 +0530 |
| Last post | 2012-03-09 09:57 +0530 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: GUI components in python hackingKK <hackingkk@gmail.com> - 2012-03-09 09:57 +0530
| From | hackingKK <hackingkk@gmail.com> |
|---|---|
| Date | 2012-03-09 09:57 +0530 |
| Subject | Re: GUI components in python |
| Message-ID | <mailman.528.1331267246.3037.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web