Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.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.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.05; 'python': 0.09; 'occurrences': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; '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; 'question.': 0.20; 'trying': 0.21; 'not,': 0.21; 'object.': 0.22; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header :In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'am,': 0.27; 'chris': 0.28; 'character': 0.29; "i'm": 0.29; 'point': 0.31; 'problem': 0.33; 'received:google.com': 0.34; 'so,': 0.35; 'received:209.85': 0.35; 'received:209': 0.37; 'subject:: ': 0.38; '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 X-Received: by 10.49.25.105 with SMTP id b9mr391726qeg.14.1363733432003; Tue, 19 Mar 2013 15:50:32 -0700 (PDT) Newsgroups: comp.lang.python Date: Tue, 19 Mar 2013 15:50:31 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=98.217.186.206; posting-account=PfzcdwoAAACWtPiyaNT0F0B61jJ58_vo References: <4250fe44-c09c-48a8-aca2-51c1a8bc3a48@googlegroups.com> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 98.217.186.206 MIME-Version: 1.0 Subject: Re: Python GUI questions From: maiden129 To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org 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: , Message-ID: Lines: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1363733442 news.xs4all.nl 6960 [2001:888:2000:d::a6]:35527 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:41543 On Tuesday, March 19, 2013 5:39:51 PM UTC-4, Chris Angelico wrote: > 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 This is not homework, I'm trying to learn how do I create a empty object. That was my main question.