Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.05; 'python': 0.09; 'occurrences': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'is;': 0.16; 'subject:GUI': 0.16; 'subject:questions': 0.16; 'tkinter.': 0.16; 'wed,': 0.16; 'string': 0.17; 'wrote:': 0.17; 'code,': 0.18; 'not,': 0.21; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message- id:@mail.gmail.com': 0.27; 'character': 0.29; "i'm": 0.29; 'point': 0.31; 'problem': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'so,': 0.35; 'received:209.85': 0.35; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'hello,': 0.39; 'where': 0.40; 'your': 0.60; 'show': 0.63; 'making': 0.64; '20,': 0.65; 'sounds': 0.71; 'yourself': 0.77; '2013': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=HuOXzgXzuf3mMQwD3PFptx+odf45orMgTPTSJ1D4U40=; b=wWw/pP0gy7Gz7ayG2LzgCVYz/6GbICOPl8W9qbsEbLLf7NPX8p/3i2AFjYA8lTDwu+ G1yu2LiwnbW5e0I0qk1hz/2J24y+u6lbkRaR6fMQ3VyfRRojow6oW146XlNlyy9/4rco k39l7le/MYHTbyIWFSHG71w64fR7ktZDt5W8fXWOdK6ojGFSLM34/9b5FQiec+UyI8Fq 2vJSa65HfKLKMyF+0dgd7e1Cp0Lvs3XCi740dupV9T3Tp8OzrFcskieHUZ/JySTRaDXX wlIy8LMbCT2yuaHWrQafT0sh9ZQbHm1jcynj0lT8UOqazhbKg4442QwvOhwEc9nMaJcJ NRLA== MIME-Version: 1.0 X-Received: by 10.58.56.161 with SMTP id b1mr4762771veq.42.1363729191329; Tue, 19 Mar 2013 14:39:51 -0700 (PDT) In-Reply-To: <4250fe44-c09c-48a8-aca2-51c1a8bc3a48@googlegroups.com> References: <4250fe44-c09c-48a8-aca2-51c1a8bc3a48@googlegroups.com> Date: Wed, 20 Mar 2013 08:39:51 +1100 Subject: Re: Python GUI questions From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1363729194 news.xs4all.nl 6858 [2001:888:2000:d::a6]:51473 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:41540 On Wed, Mar 20, 2013 at 6:01 AM, maiden129 wrote: > Hello, > > I'm using python 3.2.3 and I'm making a program that show the of occurrences of the character in the string in Tkinter. This sounds like homework. Have you had a try at it yourself before asking? If so, show us your code, and point out where the problem is; if not, give it your best effort before you try to get someone else to do it for you, as that's the only way to learn! ChrisA