Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #21418
| Path | csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <hackingkk@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'python.': 0.04; 'used.': 0.07; 'python': 0.08; 'default.': 0.09; 'figuring': 0.09; 'tkinter': 0.09; 'subject:python': 0.10; 'library': 0.13; 'gui': 0.13; 'subject:GUI': 0.16; 'cc:addr:python-list': 0.16; 'wrote:': 0.18; 'cc:no real name:2**0': 0.21; 'received:209.85.210.174': 0.21; 'received:mail-iy0-f174.google.com': 0.21; 'header:In-Reply- To:1': 0.22; 'elements': 0.24; 'libraries': 0.24; 'guess': 0.26; 'cc:2**0': 0.26; 'classes': 0.26; 'code': 0.26; 'cc:addr:python.org': 0.29; 'message-id:@gmail.com': 0.31; 'there': 0.33; 'header:User-Agent:1': 0.33; 'mostly': 0.34; 'stuck': 0.34; 'project': 0.35; 'received:google.com': 0.37; 'using': 0.37; 'either': 0.37; 'received:209.85': 0.38; 'programming.': 0.39; 'received:209': 0.39; 'production': 0.71; 'quality': 0.75 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=qdsnDNgzXTYTAx71t2zE6Ec+xEBcE8nmQW8TFA5R+no=; b=NxRkocaLOzMq63qTRwj+fMHoFHF9MSngvA4cE2XARzovFG/Dq3FuSdvlQWt+8RKAts vXBhTndeSs2QG3FuPO1hHIRHhMuDxmezH3bnBQMJ+EKkowK2iy4MRXyarMQERZAp88ha wGeeC3Yw11eeokzQ3nJc4nZ2rTdndgb12nrue98OtSxm3KTt++sgnjalm52s4WAN7/dF hKDu+Bm4v4lleMNlfvNgPxLoU/DfrFWWyv2YZh/AiUD18omQJh1tcQgjKfLX3r476Utr O4+irdFc2RfhioNCp6QgD2lQguPZ8iktZPoJnx5bqzBQBADf0Iaq6u2X9Nj6mDt40/6T JqBQ== |
| Date | Fri, 09 Mar 2012 09:57:16 +0530 |
| From | hackingKK <hackingkk@gmail.com> |
| User-Agent | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.24) Gecko/20111108 Thunderbird/3.1.16 |
| MIME-Version | 1.0 |
| To | janaki rajamani <88.janaki@gmail.com> |
| Subject | Re: GUI components in python |
| References | <CAJJmO1XiGTboC4H7qhS5Yt4KfNHp5orPWqZNrKZk6AF9S0Ormw@mail.gmail.com> |
| In-Reply-To | <CAJJmO1XiGTboC4H7qhS5Yt4KfNHp5orPWqZNrKZk6AF9S0Ormw@mail.gmail.com> |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.528.1331267246.3037.python-list@python.org> (permalink) |
| Lines | 20 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1331267246 news.xs4all.nl 6888 [2001:888:2000:d::a6]:52723 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:21418 |
Show key headers only | 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
Re: GUI components in python hackingKK <hackingkk@gmail.com> - 2012-03-09 09:57 +0530
csiph-web