Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin1!goblin.stu.neva.ru!feed.xsnews.nl!border-2.ams.xsnews.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python.': 0.04; 'python': 0.08; 'subject:python': 0.10; 'am,': 0.12; 'gui': 0.13; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'subject:GUI': 0.16; 'wrote:': 0.18; 'appears': 0.19; 'header:In- Reply-To:1': 0.22; 'elements': 0.24; 'classes': 0.26; 'code': 0.26; 'message-id:@gmail.com': 0.31; 'there': 0.33; 'header:User- Agent:1': 0.33; 'stuck': 0.34; 'to:addr:python-list': 0.35; 'project': 0.35; 'received:org': 0.36; 'using': 0.37; 'received:192': 0.38; 'programming.': 0.39; 'url:org': 0.39; 'to:addr:python.org': 0.40 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Thu, 08 Mar 2012 23:33:58 -0700 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Lightning/1.0b3pre Thunderbird/3.1.16 MIME-Version: 1.0 To: python-list@python.org Subject: Re: GUI components in python References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1331276421 news.xs4all.nl 6901 [2001:888:2000:d::a6]:39735 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:21421 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 GUI > elements or arethey project dependant. brain workshop appears to use the pyglet library: http://www.pyglet.org/